Request Body
Array of email addresses to invite to the enterprise. Maximum 100 emails per request.
Response
Status of the invitation request (typically “success”)
Number of users successfully invited
Mapping of internal user IDs to email addresses for invited users
Error Responses
Bad Request - Invalid email format, too many emails, or empty email list
Forbidden - User not associated with an enterprise
Validation Error - Request body validation failed
Internal Server Error - Enterprise account not found or inviter user not found
Notes
- Invited users will receive an email invitation to join the enterprise
- Users who are already members of the enterprise will be skipped
- The
invited_count
reflects only newly invited users, not skipped existing members - Invitations expire after a certain period (contact support for details)
- Only enterprise administrators can invite new members