HP OneView REST API Reference

users
users.html[10/17/2013 10:35:59 AM]
searchable: true
minLength: 1
maxLength: 64
officePhone: description: Office phone number of the user
type: string
pattern: ^[^\"'&=<>]+$
minLength: 1
maxLength: 25
mobilePhone: description: Mobile phone number of the user
type: string
pattern: ^[^\"'&=<>]+$
minLength: 1
maxLength: 25
enabled: description: Specifies if the user account is enabled or not
type: boolean
default: false
UserV2
description: This User is a data transfer object to get user details from the appliance
type: object
Properties
userName: description: User name of the user, should be unique in the appliance, should start only with a
letter and should contain only letters, digits and the characters _ -
searchable: true
pattern: ^[a-zA-Z]+?[0-9-_a-zA-Z]*$
required: true
maxLength: 39
type: string
minLength: 1
status: description: Overall health status of the resource. The following are the valid values for the status
of the resource:Unknown - should be avoided, but there may be rare occasions
where status is Unknown; OK - indicates normal/informational behavior; Disabled -
indicates that a resource is not operational; Warning - needs attention soon; Critical -
needs immediate attention.