The collection of ManagerAccount resource instances.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Managers/iDRAC.Embedded.1/Accounts'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/AccountService/Accounts' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#ManagerAccountCollection.ManagerAccountCollection",
"@odata.id": "/redfish/v1/AccountService/Accounts",
"@odata.type": "#ManagerAccountCollection.ManagerAccountCollection",
"Description": "BMC User Accounts Collection",
"Members": [
{
"@odata.id": "/redfish/v1/AccountService/Accounts/1"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/2"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/3"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/4"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/5"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/6"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/7"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/8"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/9"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/10"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/11"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/12"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/13"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/14"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/15"
},
{
"@odata.id": "/redfish/v1/AccountService/Accounts/16"
}
],
"Members@odata.count": 16,
"Name": "Accounts Collection"
}