Patch for role OrganizationInvitation.
In permissions.py ‘can_access_invitation’ has permission logic.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A UUID string identifying this organization invitation.
Status of the invitation, default status is pending.
0 - pending1 - accepted2 - cancelled3 - expired4 - revoked0, 1, 2, 3, 4 -2147483648 <= x <= 2147483647Invitee's email address.
255Invitee's first name.
25Invitee's last name.
25Invitee's role, default role is member.
0 - member1 - collaborator2 - administrator0, 1, 2 -2147483648 <= x <= 2147483647Token is used to validate the invitation.
Date is calculated in save().
Invitee's email address.
255Status of the invitation, default status is pending.
0 - pending1 - accepted2 - cancelled3 - expired4 - revoked0, 1, 2, 3, 4 -2147483648 <= x <= 2147483647Invitee's first name.
25Invitee's last name.
25Invitee's role, default role is member.
0 - member1 - collaborator2 - administrator0, 1, 2 -2147483648 <= x <= 2147483647