HP OneView REST API Reference

users
users.html[10/17/2013 10:35:59 AM]
userName: description: User name of the user
type: string
pattern: ^[a-zA-Z]+?[0-9-_a-zA-Z]*$
searchable: true
required: true
minLength: 1
maxLength: 39
oldPassword: description: Current password of user. Password should not contain any of < > ; , \" ' & \\/ | + : =
and space
type: string
pattern: ^[^<>;,\"'&\\\\/|+:= ]+$
required: true
minLength: 8
maxLength: 40
newPassword: 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
maxLength: 40
UserRolesV2
description: The UserRoles is a data transfer object used to assign/get roles and other user attributes user
name, full name, password, email address, office phone number and mobile phone number to/from
an existing user. A user cannot modify the roles assigned to the user's own account. Role names
are case sensitive.
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