Get Invitation

Get a user invitation. Get the details of a pending user invitation.

Path parameters

invitation_idstringRequired
The unique identifier of the invitation to retrieve

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

The details of a pending user invitation
invitation_idstring
Unique identifier for the invitation
inviterobject
Details about the user who sent the invitation
inviteeobject
Details about the user being invited
invitation_urlstring
URL for the user to accept the invitation
created_atstring
Timestamp when the invitation was created
expires_atstring
Timestamp when the invitation expires
roleslist of objects
List of roles that will be assigned upon acceptance

Errors