Users
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.
patch/v1/users/{actorId}
Path parameters
actorIdstring required
The integer ID of the User.
Response
OK