Remove a User from an Access Group
Remove a specified ACS user from a specified access group
Removes a specified access system user from a specified access group.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
acs_user_idstring · uuidOptional
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.
user_identity_idstring · uuidOptional
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.
acs_access_group_idstring · uuidRequired
ID of the access group from which you want to remove an access system user.
Responses
200
OK
application/json
okbooleanRequired
400
Bad Request
401
Unauthorized
post
/acs/users/remove_from_access_groupRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Sample Response
Last updated
Was this helpful?

