Invitations
Endpoints for listing, creating, and retrieving user invitations for the current organization.
List invitations
Lists invitations for the current organization, newest first. Each item includes the invitee email and name, who invited them (invited_by_email), and membership-related timestamps.
path Parameters
organization_idOrganization id
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List invitations › Responses
Invitations for the organization (may be an empty array)
Create an invitation
Invites a user to the current organization by email. If no user exists with that email, one is created (using optional name). The invitee is added as an organization member and receives an invitation email. email is required and must be a valid address; the email must not already belong to a member of the organization.
path Parameters
organization_idOrganization id
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Create an invitation › Request Body
emailAddress to invite; must not already belong to a member of the organization.
nameOptional display name when a new user record is created for this email.
Create an invitation › Responses
Invitation created; returns the new invitation resource
Retrieve an invitation
Shows one invitation for the current organization (by id).
path Parameters
organization_idOrganization id
invitation_idInvitation id
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Retrieve an invitation › Responses
A single invitation