HP OneView REST API Reference

users
users.html[10/17/2013 10:35:59 AM]
boolean If the user name is already present, true is
returned, otherwise false.
Response Codes
REST API Response Codes
Examples
POST https://{appl}/rest/users/validateLoginName/{userName}
Example:
Validates if the given login name exists in the appliance
https://{app1}/rest/users/validateLoginName/testUser
URI: /rest/users/validateUserName/{fullName}
Method API
POST Checks if a user with the specified full name exists in the appliance
Parameter Attributes Description
view Optional Return a specific subset of the attributes of the resource or collection
by specifying the name of a predefined view. The default view is
expand (show all attributes of the resource, and all elements of
collections or resources).
fields Optional
Request
Header
Attributes Description
REST API Request Headers NOTE: The X-API-Version header is required for all APIs. For the
current release, this must be set to "X-API-Version:3"
Response Description
boolean If the full name of the user is already present, true
is returned, otherwise false.
Response Codes
REST API Response Codes
Examples
POST https://{appl}/rest/users/validateUserName/{fullName}
Example:
Validates if the user with full name testUser exists in the appliance
https://{app1}/rest/users/validateUserName/testUser
URI: /rest/users/{userName}
Method API