Skip to main content
POST
Add group member
Add a member to a group in your organization. The member will be assigned the specified role.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string<uuid>
required

The group ID

Body

application/json
user_id
string
required

The ID of the user to add to the group

Example:

"user-123"

role
enum<string>
required

The role to assign to the member

Available options:
admin,
member
Example:

"member"

Response

Member added successfully

Last modified on April 27, 2026