Skip to content

Accept invitation

POST
/api/v1/invitations/accept

Completes the invitation lifecycle by accepting a pending invitation. Creates a new user account in the organization and marks the invitation as accepted.

Request Body

application/json
JSON
{
"token": "string",
"password": "string",
"first_name": "string",
"last_name": "string"
}

Responses

Successful Response

application/json
JSON
[
]

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation