API ReferenceWorkspace Management

Add Workspace Member

POST/api/v1/workspaces/{workspaceId}/members

Invite a new member to the workspace by email. The invitee will receive an email notification with a link to accept the invitation.

Headers

AuthorizationstringRequired

Bearer token for authentication

Content-TypestringRequired

application/json

Path Parameters

workspaceIdstringRequired

The unique identifier of the workspace

Body

emailstringRequired

Email address of the user to invite

rolestringOptional

Role to assign to the new member

messagestringOptional

Optional message to include in the invitation email

POST/api/v1/workspaces/{workspaceId}/members
Response