users
Invite multiple users to the team
Invites one or more users to the team and creates all associated resources (user accounts, phone numbers, voicemail, etc.). Each invited user receives an activation email. This operation consumes available licences from your subscription plan — ensure you have enough licences before calling this endpoint.
Permission: No specific permission required. A valid API key is sufficient.
Monitoring: Not needed.
Warning — Sensitive operation: This route does not enforce any specific permission category. Any valid API key can invite new users to the team, consuming licences and generating activation emails. Consider restricting API key distribution to prevent unauthorized user creation.
post/users/invite
Request body
Example request
{
"users": [
{
"email": "myemail@domain",
"firstname": "John",
"lastname": "Doe"
}
]
}Response
Successful operation