API Guide

Table Of Contents
"Locked": false,
"IsBuiltin": false,
"Enabled": true
}
Table 204. 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 when
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.
/redfish/v1/AccountService/Accounts/Members(Id)
This URI represents a specific account within the collection.
GET method for Members(Id)
This method returns the details of a specific account.
Description
Returns the details of a specific account.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#ManagerAccount.v1_0_2.ManagerAccount/
$entity",
"@odata.id": "/redfish/v1/AccountService/Accounts/Members('1814')",
"Oem": {
"Dell": {
"UserTypeId": 1,
"DirectoryServiceId": 0,
"IsBuiltin": true
}
},
"Id": "1814",
"Description": "root",
"Name": "root",
"Password": null,
"UserName": "root",
"RoleId": "10",
"Locked": false,
"Enabled": true,
656 Redfish resource model