HP Intelligent Management Center Extended API User Guide

Modify User
Modify information about a user with the specified ID.
Interface URI
/user/{id}
Access Method
HTTP
PUT
Parameters
Path parameters
User ID.id
Long integer type. Required. No default value.
Message body
<user>
<userName>wanger</userName>
<certification>wanger001</certification>
<address>Shanghai</address>
<phone>02088784567</phone>
<email>wanger@h3c.com</email>
</user>
Element description
Path parameters
User name.userName
Optional. If the element does not exist, the value is not changed. If the element exists, the value
cannot be null.
Identity number.certification
Optional. If the element does not exist, the value is not changed. If the element exists, the value
cannot be null.
Contact address.address
Optional. If the element does not exist, the value is not changed. If the element exists, the value
cannot be null.
Telephone number.phone
Optional. If the element does not exist, the value is not changed. If the element exists, the value
cannot be null.
Email address.email
Optional. If the element does not exist, the value is not changed. If the element exists, the value
cannot be null.
Modify User 185