Organization Invitations
Accept
The 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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
The response is of type object
.