v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
User Groups V2

Remove Multiple Users from User Group

Use this API to remove multiple users from a specified user group in bulk.

delete/api/access/v2/user-groups/{groupId}/members

Path parameters

groupIdstring uuid required

The unique identifier of the user group.

Request body

membersstring[]

The list of user identifiers to be removed from the user group.

Example request

{
  "members": [
    "550e8400-e29b-41d4-a716-446655440000"
  ]
}

Response

Members removed successfully