Skip to main content
POST
Add Member To User Group

Headers

x-api-key
string | null

Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.

Path Parameters

group_id
string
required

The ID of the target group.

Body

application/json
email
string
required

The email of the target workspace member.

Response

Successful Response

status
string
required

The status of the workspace group member addition request. If the request was successful, the status will be 'ok'. Otherwise an error message with status 500 will be returned.