Skip to main content
Manage SIP extensions, user accounts, and their call-routing rules.

Authentication

JWT bearer token or API key with users.* permission. See Authentication.

List users

Response:

Create a user

Response (201): the created user, plus auto-generated SIP credentials you’ll use to register a softphone.

Update a user

All fields optional. Dialplan regenerates automatically on change.

Delete a user

Removes the SIP endpoint and regenerates the dialplan. Historical CDR records are preserved.

Get a user’s SIP credentials

Use these to register a softphone against the user’s extension.
Response:
SIP passwords are returned in plaintext. Do not log this response. Rotate credentials via the dashboard if exposed.

Error responses