API Reference
API Reference

Update user

General-purpose user update endpoint. Supports updating multiple fields in a single request: name, calendar, PIN, password, address, phone, and phone2. Only fields included in the request will be updated. Phone changes trigger an SMS verification flow.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

User ID

Body Params
string
length ≤ 20

New name (alpha + spaces)

string

Calendar integration identifier

string

Calendar type (defaults to "google" if calender is set)

string

New 4-digit PIN (alternative field name "NewPin" also accepted)

string
length ≥ 6

New password (must differ from old)

string

Current password (required when changing password)

string

New formatted address

string

Address (required with formatted_address)

string

New 10-digit phone number (triggers SMS verification)

string

Secondary phone number

Responses

401

Unauthorized - Invalid or expired token

404

User not found

422

Validation error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json