HP OneView REST API Reference

users
users.html[10/17/2013 10:35:59 AM]
pattern: [1-2][0-9][0-9][0-9]-([0-1][0-9])-[0-3][0-9]T[0-2][0-9]:[0-5][0-9]:[0-5][0-9](.[0-9][0-9][0-
9])?Z
type: string
format: YYYY-MM-DDThh:mm:ss.sssZ
officePhone: description: Office phone number of the user
pattern: ^[^\"'&=<>]+$
maxLength: 25
minLength: 1
type: string
fullName: description: Full name of the user. should contain only letters and the characters ' . - _ and space
searchable: true
pattern: ^[a-zA-Z0-9 ._'-]+$
maxLength: 39
minLength: 1
type: string
category: description: Resource category used for authorizations and resource type groupings
type: string
type: description: Identifies the resource type. This field must be set to 'UserRolesDtoV2'.
type: string
mobilePhone: description: Mobile phone number of the user
pattern: ^[^\"'&=<>]+$
maxLength: 25
minLength: 1
type: string
VerifyPassword
description: The VerifyPassword is a data transfer object to verify/validate the user password.
type: object
Properties
userName: description: User name of the user
type: string
pattern: ^[a-zA-Z]+?[0-9-_a-zA-Z]*$
searchable: true