Process an invitation
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
400 Bad Request
401 Unauthorized - Invalid or missing API key