Skip to content
Product Docs

Invites

List Invites
GET/api/v2/invites
Decline Invite
DELETE/api/v2/invites/{invite_id}
Accept Invite
POST/api/v2/invites/{invite_id}/accept
ModelsExpand Collapse
Invite object { id, organization_id, organization_name, 3 more }

A pending invitation visible to the invitee.

id: string

The invite’s unique identifier.

organization_id: string

The organization the user is invited to.

organization_name: string

The organization’s display name.

role: string

The role being granted (e.g. admin, viewer).

created_at: optional string

Creation datetime

formatdate-time
updated_at: optional string

Update datetime

formatdate-time
InviteAcceptResponse object { organization_id }

Response for accepting an invitation.

organization_id: string

The organization the user just joined.