Get a User

Get a specified ACS user

Returns a specified ACS user.

/acs/users/get

post

Returns a specified access system user.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
acs_user_idstring Β· uuidOptional

ID of the access system user that you want to get. You can only provide acs_user_id or user_identity_id.

user_identity_idstring Β· uuidOptional

ID of the user identity that you want to get. You can only provide acs_user_id or user_identity_id.

acs_system_idstring Β· uuidOptional

ID of the access system that you want to get. You can only provide acs_user_id or user_identity_id.

Responses
200

OK

application/json
post
/acs/users/get

Request

Specify the desired ACS user by including the corresponding acs_user_id in the request body.

Request Body Parameters

Parameter
Type
Description

acs_user_id

String (UUID) Required

ID of the desired ACS user

Sample Request

Response

Returns an acs_user containing 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

Email address of the ACS user (for backward compatibility)

email_address

Email address of the ACS user

phone_number

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

Indicates whether the ACS user is currently suspended

access_schedule

starts_at and ends_at dates/times for the ACS user's access

user_identity_id

ID of the user identity associated with the ACS user

user_identity_email_address

Email address of the user identity associated with the ACS user

user_identity_phone_number

Phone number of the user identity associated with the ACS user in E.164 format (for example, +15555550100)

Sample Response

Last updated

Was this helpful?