v1
latestOpenAPI 3.0.02026-08-0645062.8 KBInvite a user
Invite a user based on the provided email and other details.
post/user-invite
Request body
Example request
{
"email": "user@example.com",
"redirectTo": "https://example.com/welcome",
"data": {
"tenant_id": "tenant-123",
"tenant_name": "Tenant Name",
"user_role": "admin",
"title_id": "title-123"
}
}Response
Invitation has been sent
Example response
{
"message": "Invitation has been sent"
}