Modify user, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 185: Interface uri access method

Advertising
background image

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>[email protected]</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

Advertising