HP Intelligent Management Center Extended API User Guide

Query User Information
Query information about a user with the specified ID.
Interface URI
/user/{id}
Access Method
HTTP
GET
Parameters
Path parameters
User ID.id
Long integer type. Required. No default value.
Returned Result
Status codes
200 (OK): Success.
Message header
HTTP/1.1 200 OK
Message body
<user>
<id>1</id>
<userName>zhangsan</userName>
<certification>zhangsan001</certification>
<address>Bejing</address>
<phone>01088101023</phone>
<email>zhangsan@h3c.com</email>
<ssType>2</ssType>
</user>
Element description
user sub-elements
User ID.id
Long integer type. Required. No default value.
User name.userName
String type.
Identity number.certification
String type.
Contact address.address
String type.
Query User Information 181