List ACS Users Associated with a User Identity

Get all ACS users for a specified user identity

Returns a list of all ACS users assigned to a user identity.

/user_identities/list_acs_users

post

Returns a list of all access system users assigned to 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 system users.

Responses
200

OK

application/json
post
/user_identities/list_acs_users

Request

Specify the user identity for which you want to retrieve all ACS users 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 ACS users

Sample Request

Response

Returns an acs_users array, in which each returned ACS user (acs_user) contains the following properties:

Property
Description

acs_user_id

ID of the ACS user

display_name

Display name for the ACS user

full_name

Full name of the ACS user

email_address

Email address of the ACS user

phone_number

Unique phone number of the ACS user in E.164 format (for example, +15555550100)

acs_system_id

ID of the access control system that contains the ACS user

workspace_id

ID of the workspace that contains the ACS user

created_at

Date and time at which the ACS user was created

is_suspended

Boolean value to indicate whether the ACS user is currently suspended

user_identity_id

ID of the user identity associated with the ACS user

user_identity_email_address

Email address for the user identity associated with the ACS user

user_identity_phone_number

Phone number for the user identity associated with the ACS user

This response also includes a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?