users
Create a user (deprecated — use /users/invite)
Deprecated — Use /users/invite instead.
Creates a new user from their email address and phone number (E.164 format). An invitation email is sent and the user must confirm their account to log in to Ringover.
Permission: Users Write required.
Monitoring: Not needed.
post/users
Request body
Example request
{
"email": "myemail@domain.com",
"number": 33179750000
}Response
Successful operation