udclient [global-args...] [global-flags...]
updateUser [parameters] [JSON file]
Parameter | Type | Required | Description |
---|---|---|---|
user | string | true | Name of the user |
{
"actualName": "User real name (optional)",
"email": "Email address (optional)",
"password": "Password (optional)"
}
udclient -username jsmith -password passwd
-weburl https://myserver.example.com:8443
updateUser
-user jsmith
updateUser.json
{
"password": "password",
"actualName": "Jane Smith",
"email": "jsmith@example.org"
}
Related REST command: Update a user.