workspace
Add Member To User Group
Adds a member of your workspace to the specified group. Requires group_members_manage permission.
POST
Add Member To User Group
Headers
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
The ID of the target group.
Body
application/json
The email of the target workspace member.
Response
Successful Response
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.