Organization Invitations
Partial Update
Patch for role OrganizationInvitation.
In permissions.py ‘can_access_invitation’ has permission logic.
PATCH
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
Response
200 - application/json
The response is of type object
.
Previous
AcceptThe endpoint to accept an invitation, by token, for either a user that exists already
or a user that is signing up concurrently with accepting the invitation.
See examples stated for each case: existing user or new user. New users must send sign-up data
or else a 400 response will be returned.
The expiry date and status of invitation are validated before acceptance.
Next