Invite user
POST/v1/users/invite
Invites one or more users to join an organization by sending them invitation emails. The invited users will receive an email with a link to accept the invitation and set up their account.
Features:
- Bulk user invitation support
- Role assignment during invitation
- Custom redirect URL after invitation acceptance
- Automatic email notification to invited users
Permissions Required:
- Must have admin role in the organization
- Must have user management permissions
Request
Responses
- 200
- 400
- 401
- 403
User invitation(s) sent successfully. Invitation emails have been dispatched to all specified addresses.
Bad request - Invalid input parameters, malformed email addresses, or missing required fields
Unauthorized - Missing or invalid authentication token
Forbidden - Authenticated but lacking permission to invite users to this organization