Remove an ACS User from a User Identity
Remove a specified ACS user from a specified user identity
Removes a specified ACS user from a specified user identity.
/user_identities/remove_acs_user
POSThttps://connect.getseam.com/user_identities/remove_acs_user
Authorization
Body
user_identity_id*string (uuid)
acs_user_id*string (uuid)
Response
OK
Body
ok*boolean
Request
Response
Request
Specify the desired user identity and ACS user by including the corresponding user_identity_id
and acs_user_id
in the request body.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String Required | ID of the desired user identity |
| String Required | ID of the desired ACS user |
Sample Request
Response
Returns a Boolean ok
status indicator.
Sample Response
PreviousList ACS Systems Associated with a User IdentityNextGrant a User Identity Access to a Device
Last updated