patch
https://{targetURL}/api/v1/users//profile
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204The profile was updated correctly
400Missing or malformed parameters
401You don't have permission to create files