Add an ACS User to a User Identity

Add a specified ACS user to a specified user identity

Adds a specified ACS user to a specified user identity.

/user_identities/add_acs_user

post

Adds a specified access system user to a specified user identity.

You must specify either user_identity_id or user_identity_key to identify the user identity.

If user_identity_key is provided, but the user identity doesn't exist, a new user identity will be created automatically using information from the ACS user.

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

ID of the user identity to which you want to add an access system user.

user_identity_keystringOptional

Key of the user identity to which you want to add an access system user.

acs_user_idstring Β· uuidRequired

ID of the access system user that you want to add to the user identity.

Responses
200

OK

application/json
post
/user_identities/add_acs_user

Request

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

Request Body Parameters

Parameter
Type
Description

user_identity_id

String Required

ID of the desired user identity

acs_user_id

String Required

ID of the desired user

Sample Request

Response

Returns a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?