latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

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

emailstring
numberinteger

Phone number (E.164 format)

commitmentboolean

(optional) with or without commitment

Example request

{
  "email": "myemail@domain.com",
  "number": 33179750000
}

Response

Successful operation