API Docs / Operations / User Invitations / Process an invitation

Process an invitation

PUT /api/user-invitations

Responds to the user's invitation to join the tenant.

Returns:

  • 200 OK with response details
  • 400 Bad Request if token invalid or email mismatch
  • 401 Unauthorized if not authenticated

Request Body*

The invitation response request

{
  "token": "string",
  "tenantCode": "string",
  "accept": false
}

Responses

401 Unauthorized - Invalid or missing API key