Skip to content

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
Required

Request Body

application/json
JSON
{
"accept": true
}

Responses

Response processed successfully
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License