/
JA
jambonz
/
Jambonz API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18m ago · Updated 9mo ago
Details
Filter operations
Accounts
11
Alerts
1
Applications
6
Call Routing
17
Carriers
11
Clients
3
Phone Numbers
5
Recent Calls
3
Service Providers
23
Settings
5
Speech
13
Users
5
get
retrieve user information
put
update user information
post
create a new user
delete
delete a user
get
retrieve details about logged-in user and associated account
Users
create a new user
post
/Users/{UserSid}
Request body
object
required
name
string
email
string
is_active
boolean
force_change
boolean
scope
string
permissions
string[]
old_password
string
existing password, which is to be replaced
Response
user created
Changes