Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
acs_system_id
string<uuid>

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

acs_user_id
string<uuid>

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

user_identity_id
string<uuid>

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

Response

OK

acs_user
object
required

Represents a user in an access system. See the acs_user object.