Modifying a User
You can PATCH JSON data to update User details. Not all user information is modifiable; right now, the following fields may be updated:
-
displayName sets the friendly display name the web interface uses to refer to the user.
-
email sets the email address associated with the account.
When user details are updated, the updatedAt field will be automatically updated.
Path parameters
The integer ID of the User.
Response
OK
Changes
Changed in 3 of the 54 revisions of this API.4
- ○
api operation id
Modifying a Userremoved and replaced withmodifyUserapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
api operation id
modifyUserremoved and replaced withModifying a Userapi-operation-id-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○