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
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
PreviousList ACS Users Associated with a User IdentityNextRevoke Access to a Device from a User Identity
Last updated
Was this helpful?