List ACS Systems Associated with a User Identity

Get all access control systems associated with a specified user identity

Returns a list of all access control systems associated with a user identity.

/user_identities/list_acs_systems

post

Returns a list of all access systems associated with a specified user identity.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
user_identity_idstring Β· uuidRequired

ID of the user identity for which you want to retrieve all access systems.

Responses
200

OK

application/json
post
/user_identities/list_acs_systems

Request

Specify the user identity for which you want to retrieve all associated access control systems by including the corresponding user_identity_id in the request body.

Request Body Parameters

Parameter
Type
Description

user_identity_id

String Required

ID of the user identity for which you want to retrieve all access control systems

Sample Request

Response

Returns an acs_systems array, in which each returned access control system (acs_system) contains the following properties:

Property
Description

acs_system_id

ID of the access control system

external_type

Brand-specific terminology for the access control system type

external_type_display_name

Display name that corresponds to the brand-specific terminology for the access control system type

name

Name of the access control system

created_at

Date and time at which the access control system was created

workspace_id

ID of the workspace that contains the access control system

connected_account_ids

Array of connected account IDs associated with the access control system

This response also includes a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?