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.
Removes a specified access system user from a specified access group.
ID of the access system user that you want to remove from an access group. You can only provide acs_user_id or user_identity_id.
ID of the user identity that you want to remove from an access group. You can only provide acs_user_id or user_identity_id.
ID of the access group from which you want to remove an access system user.
OK
Bad Request
Unauthorized
Request
Specify the desired ACS user and access group by including the corresponding acs_user_id and acs_access_group_id in the request body.
Request Body Parameters
acs_user_id
String (UUID) Required
ID of the desired ACS user
acs_access_group_id
String (UUID) Required
ID of the desired access group
Sample Request
Response
Returns a Boolean ok status indicator or void.
Sample Response
Last updated
Was this helpful?

