githubEdit

Remove an ACS User from a User Identity

Removes a specified ACS userarrow-up-right from a specified user identityarrow-up-right.

POST /user_identities/remove_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 ACS user.


user_identity_id String (Required)

ID of the desired user identity.


Response

void


Examples

Remove an ACS user from a user identity

Specify the desired acs_user_id and user_identity_id.

Code

Output

Last updated

Was this helpful?