workspaces

Invite Workspace Member

Invites a user by email into the workspace as admin or member. Owner/admin only.

post/workspaces/{workspace_id}/members

Path parameters

workspace_idstring uuid required

Request body

emailstring email required
role'admin' | 'member'

Response

Successful Response

user_idstring required
emailstring nullable
namestring nullable
role'owner' | 'admin' | 'member' required
status'active' | 'pending' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.