Users
Submit invitation request to join organization
Submit a request to join a specific organization.
Process:
- Validates user information and organization
- Checks for existing invitations (auto-approves if found)
- Creates invitation request record
- Sends notifications to organization admins
- Sends confirmation to requesting user
Auto-Approval: If the user already has a valid invitation from the organization, the request is automatically approved and user account created.
Request Body:
{
"email": "user@example.com",
"first_name": "John",
"last_name": "Doe",
"mobile": "+1234567890",
"requested_to": 123,
"organization": 456,
"password": "securepassword"
}
Returns: Invitation request details or auto-approval confirmation
post/invitation_requests
Request body
Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.