API Guide

/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 response
body
{
"@odata.context": "/redfish/
v1/$metadata#Collection(ManagerAccount.v1_1_3.ManagerAccount)",
"@odata.count": 2,
"value":[
{
"@odata.type": "#ManagerAccount.v1_1_3.ManagerAccount",
"@odata.id": "/redfish/v1/AccountService/Accounts/Members('10042')",
"Oem":{"Dell":{"UserTypeId": 1, "DirectoryServiceId": 0, "IsBuiltin":
true }},
"Id": "10042",
"Description": "root",
"Name": "root",
"Password": null,
"UserName": "root",
"RoleId": "10",
"Locked": false,
"Enabled": true
},
{
"@odata.type": "#ManagerAccount.v1_1_3.ManagerAccount",
"@odata.id": "/redfish/v1/AccountService/Accounts/Members('10268')",
"Oem":{
"Dell":{
"UserTypeId": 1,
"DirectoryServiceId": 0,
"IsBuiltin": false
}
},
"Id": "10268",
"Name": "compute",
"Password": null,
"UserName": "compute",
"RoleId": "10",
"Locked": false,
"Enabled": true
}
]
}
Table 199. 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.
608 Redfish resource model