v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

membersstring[]

The list of user identifiers of the user group.

groupIdstring uuid

The unique identifier of the user group.

Example request

{
  "members": [
    "550e8400-e29b-41d4-a716-446655440000"
  ],
  "groupId": "a739211d-d216-4398-a1c2-f7a20412692d"
}

Response

No Content