HP OneView REST API Reference

users
users.html[10/17/2013 10:35:59 AM]
required: true
minLength: 1
maxLength: 39
password: description: Current password of user. Password should not contain any of < > ; , \" '
& \\/ | + : = and space
type: string
pattern: ^[^<>;,\"'&\\\\/|+:= ]+$
required: true
minLength: 8
maxLength: 40
trustedComponentToken: description: The trusted component token
type: string
UserAddV2
description: The UserAddV2 is a data transfer object used to add user with roles to the appliance. Any user
whose role(s) have the {users,Create} authorization is allowed to create local users. Validations are
performed to ensure that no user with the same user name and full name already exist. When you
create a user, you should ensure that the password meets minimum requirements.
type: object
Properties
fullName: description: Full name of the user. Should contain only letters and the characters ' . - _ and space
type: string
pattern: ^[a-zA-Z0-9 ._'-]+$
searchable: true
minLength: 1
maxLength: 39
password: description: Password should not contain any of < > ; , \" ' & \\/ | + : = and space
type: string
pattern: ^[^<>;,\"'&\\\\/|+:= ]+$
required: true
minLength: 8
maxLength: 40
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 _ -