HP OneView REST API Reference

users
users.html[10/17/2013 10:35:59 AM]
type: string
searchable: true
pattern: ^[a-zA-Z0-9 ._'-]+$
maxLength: 39
minLength: 1
officePhone: description: Office phone number of the user
pattern: ^[^\"'&=<>]+$
maxLength: 25
minLength: 1
type: string
type: description: Identifies the resource type. This field must be set to
'UserDtoV2'.
type: string
name: description: Display name for the resource
type: string
total: description: The total number of resources that would be returned from the query (including any
filters), without pagination or enforced resource limits
type: integer
type: description: Identifies the resource type. This field must be set to 'UserDtoCollectionV2'.
type: string
UserModify
description: The UserModify is a data transfer object to modify user attributes like user name, full name,
password, email address, office phone number and mobile phone number, roles of own
account or a different account.Only the built-in administrator can modify the properties and
roles of the built-in administrator user. The built-in administrator has 'users/Update'
authorization permission.
type: object
Properties
password: description: New password, to replace the user's existing password. Password should not
contain any of < > ; , \" ' & \\/ | + : = and space
type: string
pattern: ^[^<>;,\"'&\\\\/|+:= ]+$
required: true
minLength: 8