Update user information

Updates a user's profile. Only firstName, lastName, and timezone are mutable through this endpoint — other profile fields are ignored. The body must contain at least one of those three (a request that touches none returns 400).

A regular user can only edit their own profile. To edit someone else's, the caller must either be a system or eLab admin, or be in the same subgroup as the target and hold the User.Update permission. Updating an unknown user returns 404 from the lookup.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
Body Params
string
string
string
Headers
string
Defaults to Swagger
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
204

The profile was updated correctly

400

Missing or malformed parameters

401

You don't have permission to create files

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!