Workspaces

Add a member to a workspace using an invite code

Adds a member to the workspace using a short-lived invite code generated by GET /v2/workspaces/members/code. The invited user is identified by the user ID embedded in the code; the caller specifies the member's role (view, manager, maintain, admin).

Up to the plan's per-workspace member cap. The workspace owner cannot be invited to their own workspace.

Rate limited to 1 addition every 5s per user.

post/v2/workspaces/members

Request body

workspaceIdstring required
codestring required

Invite code (UUID v4 without hyphens) from /v2/workspaces/members/code.

group'view' | 'manager' | 'maintain' | 'admin' required

Response

Member added.

status'success' required

Changes

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