Re-send user invitation
Triggers a new invitation email for an existing tenant user. Only tenant admins can re-send invitations.
Before sending the message, the API verifies:
- The requesting user has the admin role
- The target user exists and belongs to the same tenant
- The user's original role is reused for the invite
Use this endpoint when a teammate loses their invite email or you need to restart the onboarding process.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
ID of the user to re-invite
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://app.orbiqhq.com/api/v1/users/550e8400-e29b-41d4-a716-446655440000/invite"{
"ok": true
}{
"error": "Missing tenant context"
}Empty
{
"error": "Admin role required to re-invite users."
}{
"error": "User not found"
}{
"error": "Failed to re-send invitation due to an internal error."
}How is this guide?