put
https://{subdomain}.td.commpeak.com/api/users/
Updates the specified user and returns the updated record.
When to use. Change one or more fields on an existing user. Only the fields you include in the request body are changed; omitted fields keep their current values.
Parameters. id (path, required): the ID of the user to update.
Notes. Send only the fields you want to change. Passing password sets a new password. You can reassign roles and desks by passing their IDs. See the request schema for the full list of accepted fields.
Returns. 200 OK with { "users": [ { ... } ] }.
Example. PUT /api/users/5 with body { "first_name": "Jane" }
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…