Add member to user group

Adds a member of your workspace to the specified group. This endpoint may only be called by workspace administrators.

Path parameters

group_idstringRequired
The ID of the target group.

Headers

xi-api-keystringRequired

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.

Errors