Update a user
Request
POST https://{hostname}:{port}
/build/rest2/users/{id}/update
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | true |
This command takes a JSON request string or file. Use the following template for the request:
{
"actualName": "The full name of the user.",
"emailAddress": "The email address to use for
notifications.",
"imId": "The instant messaging ID for notifications.",
"locale": "The locale of this user.",
"name": "The user name to use to log into the product.",
"numDashRows": "The number of recent items to display on
the dashboard.",
"password": "The password for this user.",
"receiveNotifications": "The boolean value indicate
whether to receive notifications from the server.",
"shortDateFormat": "The date and time format to use on
the dashboard. The default is based upon the locale of the
server.",
"timeZone": "The time zone of the user.",
"use24Clock": "The boolean value indicate whether to use
24-Hour Clock",
"userGroup": "The JSONArray of group ID."
}
