[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
User
Represents a local user of vRealize Operations Manager system.
Properties
string
username
Required
Username of the current user.
string
password
Required
Password of the user object. When creating a new local user, this field has to be specified.
integer as int64
lastLoginTime
Optional
Last login time
string
firstName
Optional
First name of the current user.
array of
string as uuid
groupIds
Optional
The list of group ids to which the current user belongs to.
string as uuid
id
Optional
Identifier of the user in the system.
boolean
enabled
Optional
Is the current user’s account enabled?
string
lastName
Optional
The last name of the current user.
array of
Link
links
Optional
Represents a HTTP ’link’ element. It is implicit that all the link tags support http ‘GET’ method.
string
emailAddress
Optional
The email address of the current user
array of
RolePermission
role-permissions
Optional
List of role permissions assigned to this user. May be null. Replaces and takes precedence over roleNames
array of
string
roleNames
Optional
(Deprecated) List of role names assigned to the user. May be null.
string
distinguishedName
Optional
distinguished name of the current user.
JSON Example
{
"password": "string",
"username": "string"
}
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Property Of
UserList
Parameter To
Modify User
Returned By
Get Current User
Modify User
Get User