API Guide

Table Of Contents
/redfish/v1/AccountService/Accounts/Members
This URI represents a collection of all the accounts.
GET method for Members
This method returns a collection of all the accounts.
Description Returns a collection of all the accounts.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context":
"$metadata#Collection(ManagerAccount.v1_0_2.ManagerAccount)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/redfish/v1/AccountService/Accounts/Members('1814')",
"Oem": {
"Dell": {
"UserTypeId": 1,
"DirectortyServiceId": 0,
"IsBuiltin": true
}
},
"Id": "1814",
"Description": "root",
"Name": "root",
"Password": null,
"UserName": "root",
"RoleId": "10",
"Locked": false,
"Enabled": true,
"Links": null
}
]
}
Table 156. Attributes
Attribute name Description
Id ID of the account.
UserTypeId ID of the type of user.
DirectortyServiceId 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. While retrieving the details, this value
is not displayed.
UserName User name of the account.
RoleId Role for the account.
Locked Indicates whether the account is locked.
IsBuiltin Indicates whether the account is a built-in account.
422 Redfish resource model