API Guide

Table Of Contents
Table 202. Attributes (continued)
Attribute name Description
AccountLockoutThreshold The number of failed login attempts after which a user
account is locked for the specified duration. 0 indicates that
the account is never locked.
AccountLockoutDuration Number of seconds for which an account is locked after the
account lockout threshold is met. This value must be equal
to or greater than the value for AccountLockoutResetAfter. 0
indicates that the account is never locked.
AccountLockoutCounterResetAfter Number of seconds after which the lockout threshold counter
is reset to zero. The duration is counted from the last failed
login attempt. This value must be equal to or less than the
value for AccountLockoutDuration.
EnableIpRangeAddress Indicates if IP range address is enabled or disabled.
IpRangeAddress IP range address to be used.
/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",
654
Redfish resource model