Create Invite
Authentication
Path parameters
Request
Role to grant when the invite is accepted: admin, editor, or viewer.
Role to grant when the invite is accepted: admin, editor, or viewer.
Invite a user to the workspace by email. Admin only.
Creates a pending invite and sends an invitation email to the specified
address. The invitee does not need to have an existing account — they can
sign up after receiving the invite. The invite includes a role
(admin, editor, or viewer) that the invitee will receive upon
accepting.
Invites expire after 14 days. Only one pending invite per email address per workspace is allowed at a time; re-inviting the same address while a pending invite exists returns 409. Inviting an address that already belongs to an active member also returns 409.
The total number of active members plus pending invites is counted against
the workspace owner’s plan seat limit. Exceeding the limit returns 402.
The invitee’s role can be updated before acceptance via
PATCH /workspaces/{ws_id}/invites/{invite_id}, or the invite can be
cancelled via DELETE /workspaces/{ws_id}/invites/{invite_id}.