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.
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
Parameter | Type | Description |
---|---|---|
| String (UUID) Required | ID of the desired ACS user |
| String (UUID) Required | ID of the desired access group |
Sample Request
Response
Returns a Boolean ok
status indicator or void.
Sample Response
Last updated