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.
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 |
---|---|---|
| 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 |
---|---|
| ID of the ACS user |
| Display name for the ACS user |
| Full name of the ACS user |
| Email address of the ACS user |
| Unique phone number of the ACS user in E.164 format (for example, |
| ID of the access control system that contains the ACS user |
| ID of the workspace that contains the ACS user |
| Date and time at which the ACS user was created |
| Boolean value to indicate whether the ACS user is currently suspended |
| ID of the user identity associated with the ACS user |
| Email address for the user identity associated with the ACS user |
| Phone number for the user identity associated with the ACS user |
This response also includes a Boolean ok
status indicator.
Sample Response
Last updated