For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Adds a member of your workspace to the specified group. Requires group_members_manage permission.
Path parameters
group_idstringRequired
The ID of the target group.
Headers
xi-api-keystringOptional
Request
This endpoint expects an object.
emailstringRequired
The email of the target workspace member.
Response
Successful Response
statusstring
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.