Add users to a group

Adds one or more users to the specified group. Pass a single-element array to add one user.

Users that are already members of the group are silently ignored (the operation is idempotent).
An empty user_ids array is accepted and is a no-op.

Requires the GROUPMANAGEMENT security role.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

ID of the group (hyphens optional).

Body Params
user_ids
array of uuids
required

IDs of the users to add or remove. An empty list is a no-op.

user_ids*
Responses

401

Missing or invalid authentication. The response body is empty.

403

The authenticated user does not have the GROUPMANAGEMENT security role.

422

Validation error (e.g. missing user_ids field or malformed UUID).

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json