Skip to main content
POST
/
user_identities
/
remove_acs_user
await seam.userIdentities.removeAcsUser({
  user_identity_id: "802633b6-a66c-4911-b57b-323e900ee531",
  acs_user_id: "faa22878-fa74-4ea0-87f7-2b05c1b06181",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
acs_user_id
string<uuid>
required

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

user_identity_id
string<uuid>
required

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

Response

OK

ok
boolean
required