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
POSThttps://connect.getseam.com/user_identities/add_acs_user
Authorization
Body
user_identity_id*string (uuid)
acs_user_id*string (uuid)
Response
OK
Body
ok*boolean
Request
Response
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 |
---|---|---|
| String Required | ID of the desired user identity |
| String Required | ID of the desired user |
Sample Request
Response
Returns a Boolean ok
status indicator.
Sample Response
Last updated