Docs

Update User

Updates an existing user in Dialpad.

PUT

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

The user's id. 'me' can be used if you are using a user level API key.

string

The user's first name.

string

The user's last name.

array of string

The user's emails. The first email in the list is the user's primary email.

string

The user's new extension number.

string

The user's job title.

string

The user's license type. Changing this affects billing for the user.

number

The user's office id.

array of number

The list of admin office IDs.

array of string

A list of the phone number(s) assigned to this user.

array of string

A list of phone numbers that should be dialed in addition to the user's Dialpad number(s) upon receiving a call.

boolean

Whether or not the user is enabled to dial internationally.

boolean

Whether or not the user is a super admin.

boolean

Whether or not to keep phone numbers when switching to a support license.

object

The presence status object to update.

string

The user's state.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.