Remove a User from an Access Group

Remove a specified ACS user from a specified access group

Removes a specified ACS user from a specified access group.

/acs/access_groups/remove_user

post

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

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

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

acs_user_idstring Β· uuidOptional

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

user_identity_idstring Β· uuidOptional

ID of the user identity associated with the user that you want to remove from an access group.

Responses
200

OK

application/json
post
/acs/access_groups/remove_user

Request

Specify the desired access group and user by including the corresponding acs_access_group_id and acs_user_id in the request body.

Request Body Parameters

Parameter
Type
Description

acs_access_group_id

String (UUID) Required

ID of the desired access group

acs_user_id

String (UUID) Required

ID of the desired user

Sample Request

Response

Returns a Boolean ok status indicator or void.

Sample Response

Last updated

Was this helpful?