Organization Invitations
Retrieve
Perform operations on organization invitation.
GET
Retrieve
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A UUID string identifying this organization invitation.
Response
200 - application/json
Token is used to validate the invitation.
Date is calculated in save().
Invitee's email address.
Maximum string length:
255Status of the invitation, default status is pending.
0- pending1- accepted2- cancelled3- expired4- revoked
Available options:
0, 1, 2, 3, 4 Required range:
-2147483648 <= x <= 2147483647Invitee's first name.
Maximum string length:
25Invitee's last name.
Maximum string length:
25Invitee's role, default role is member.
0- member1- collaborator2- administrator
Available options:
0, 1, 2 Required range:
-2147483648 <= x <= 2147483647Retrieve