Respond to Organization Invitation
POST
/organization/invitations/{id}/respond
Accepts or declines a pending organization invitation.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the invitation
Typestring
RequiredRequest Body
application/json
JSON
{
"accept": true
}
Responses
Response processed successfully
application/json
JSON
{
}