Add Multiple Users to User Group

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

Path Params
uuid
required

The unique identifier of the user group.

Body Params
members
array of uuids
length β‰₯ 1

The list of user identifiers to be added to the user group.

members
Responses
201

Members added successfully

400

Invalid request data (e.g., empty member list)

401

Unauthorized - Invalid or missing authentication

403

Forbidden - Insufficient permissions

404

User group not found

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*