v1

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

Add Multiple Users to User Group

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

post/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 added to the user group.

Example request

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

Response

Members added successfully