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