API Guide

"Name": "compute",
"Password": null,
"UserName": "compute",
"RoleId": "10",
"Locked": false,
"Enabled": true
}
]
}
Table 194. Attributes
Attribute name Description
Id ID of the account.
UserTypeId ID of the type of user.
DirectoryServiceId ID of the directory service.
Description Description of the user.
Name Name of the user. This value is the same as user name.
Password Password for the user. This value is not displayed while
retrieving the details.
UserName User name of the account.
RoleId Role for the account.
Locked Indicates whether the account is locked.
IsBuiltin Indicates whether the account is an integrated account.
Enabled Indicates whether the account is enabled.
POST method for Members
This method creates an account.
Description
Creates an account.
Privilege SECURITY_SETUP
HTTP response
codes
201
Example request
body
{
"Description": "user2 description",
"Name": "user2",
"Password": "Dell123$",
"UserName": "user2",
"RoleId": "10",
"Locked": false,
"Enabled": true
}
Example
response body
{
"Id": "3064",
"UserTypeId": 1,
"DirectoryServiceId": 0,
"Name": "user2",
"Password": null,
"UserName": "user2",
"Description": "user2 description",
"Oem": null,
"RoleId": "10",
Redfish resource model 583