Add Members to User Group

Use this API to add users as members of a specific user group.

πŸ—’

Things to Know

  • When a user is added as a member of a user group, the user inherits the role and organization configured for that user group. If the user belongs to other user groups, the user will still retain existing membership with those groups in addition to their other existing roles and permissions.
  • The userId of the users to be added to the user group can be specified in the request body in a comma separated list.
Path Params
uuid
required

The unique identifier of the user group.

Body Params
members
array of uuids

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

members
uuid

The unique identifier of the user group.

Responses
201

Created

400

Bad request

401

Unauthorized

403

Forbidden

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:
*/*