githubEdit

Add an ACS User to a User Identity

Adds a specified ACS userarrow-up-right to a specified user identityarrow-up-right.

PUT /user_identities/add_acs_user β‡’ void
chevron-rightAuthentication Methodshashtag
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

acs_user_id String (Required)

ID of the desired ACS user.


user_identity_id String (Required)

ID of the desired user identity.


Response

void


Examples

Add an ACS user to a user identity

Specify the desired acs_user_id and user_identity_id.

Code

Output

Last updated

Was this helpful?