Remove an ACS User from a User Identity

Removes a specified access system user from a specified user identity.

Removes a specified access system user from a specified user identity.

Code

await seam.userIdentities.removeAcsUser({
  user_identity_id: "802633b6-a66c-4911-b57b-323e900ee531",
  acs_user_id: "faa22878-fa74-4ea0-87f7-2b05c1b06181",
});

Output

// void
Authentication Methods
  • API key

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

To learn more, see Authentication.

Request Parameters

acs_user_id String (Required)

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


user_identity_id String (Required)

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


Response

void

Last updated

Was this helpful?