Invitations
Update invitation
Update an unclaimed invitation’s role within the organization.
PATCH
/
invitations
/
{invitation_id}
Authorizations
Authorization
string
headerrequiredBearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
invitation_id
integer
requiredID of the invitation
Body
application/json
role
enum<string>
Available options:
admin
, member
Response
200 - application/json
status
enum<string>
requiredThe outcome of the update request
Available options:
updated
data
object
requiredWas this page helpful?