User Groups
Remove Members from User Group
Use this API to remove users as members of a specific user group.
🗒 Things to Know
- The userId of the users to be removed from the user group can be specified in the request body in a comma separated list.
delete/api/access/v1/user-groups/{userGroupId}/members
Path parameters
userGroupIdstring uuid required
The unique identifier of the user group.
Request body
Example request
{
"members": [
"550e8400-e29b-41d4-a716-446655440000"
],
"groupId": "a739211d-d216-4398-a1c2-f7a20412692d"
}Response
No Content