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

post

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
user_identity_idstring Β· uuidRequired

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

acs_user_idstring Β· uuidRequired

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

Responses
200

OK

application/json
post
/user_identities/remove_acs_user

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

user_identity_id

String Required

ID of the desired user identity

acs_user_id

String Required

ID of the desired ACS user

Sample Request

Response

Returns a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?