Add User to User Group

Use this API to add a single user to a specified user group.

Path Params
uuid
required

The unique identifier of the user group.

uuid
required

The unique identifier of the user to be added to the group.

Responses
201

Member added successfully

400

Invalid request data (e.g., invalid UUID format)

401

Unauthorized - Invalid or missing authentication

403

Forbidden - Insufficient permissions

404

User group or member 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:
*/*