Invitations
Invitations are the entities used to add new users to your organization. Users will receive an invitation (presently via email), which they must explicitly accept before they can access your organization.
Note that a side effect of creating an invitation is that an organization membership object is created in the “pending” state. Once you have invited a user, you may add them to teams and spaces immediately, without waiting for them to accept.
Note: These endpoints are in “alpha” state, which means that breaking changes might be introduced in the future
Create an invitation (alpha)
Use this endpoint to invite someone to your organization.
Only organization admins and owners can access this endpoint.
Request Body
Response
Get a single invitation (alpha)
This endpoint returns details about an existing invitation. The user
attribute will be null until the invitation has been accepted by a user.
Only organization admins and owners can access this endpoint.
Response
Delete an invitation
At present, it is not possible to delete an invitation directly via API.
To remove an invitation, you can delete the organization membership associated with it. This action will delete all invitations associated with the organization membership.