Remove an ACS User from a User Identity
POST /user_identities/remove_acs_user β voidRemoves a specified ACS user from a specified user identity.
Request
await seam.userIdentities.removeAcsUser({
user_identity_id: "5c945ab5-c75e-4bcb-8e5f-9410061c401f",
acs_user_id: "c0184e54-0d93-4bca-8a4e-47bbd2ee3bfe",
});Response
// voidRequest
seam.user_identities.remove_acs_user(
user_identity_id="5c945ab5-c75e-4bcb-8e5f-9410061c401f",
acs_user_id="c0184e54-0d93-4bca-8a4e-47bbd2ee3bfe",
)Response
NoneRequest
seam.user_identities.remove_acs_user(
user_identity_id: "5c945ab5-c75e-4bcb-8e5f-9410061c401f",
acs_user_id: "c0184e54-0d93-4bca-8a4e-47bbd2ee3bfe",
)Response
nilRequest
Response
Request
Response
Request
Response
Authentication Methods
API key
Personal access token Must also include the
seam-workspaceheader in the request.
Request Parameters
acs_user_id
acs_user_idType: string Required: Yes
ID of the ACS user.
user_identity_id
user_identity_idType: string Required: Yes
ID of the desired user identity.
Return Type
void
PreviousList ACS Systems Associated with a User IdentityNextGrant a User Identity Access to a Device
Last updated
Was this helpful?

