API Guide

Table Of Contents
Table 15. Attributes (continued)
Attribute Description
higher than the AccountLockoutResetAfter value. 0 indicates
that the account is never locked.
AccountLockoutCounterResetAfter The interval of time in seconds since the last failed login
attempt at which point the lockout threshold counter for
the account is reset to zero. Must be less than or equal to
AccountLockoutDuration.
EnableIpRangeAddress Enable or disable IP range address.
IpRangeAddress IP rage address to be used.
ByUserName Configure the service by user name.
ByIPAddress Configure the service by IP address.
/api/AccountService/Accounts
This URI represents the collection of accounts.
GET method for Accounts
This method returns a collection of accounts.
Description
Returns the collection of accounts.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(AccountService.Account)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/AccountService/Accounts('1814')",
"Id": "1814",
"UserTypeId": 1,
"DirectoryServiceId": 0,
"Description": "root",
"Name": "root",
"Password": null,
"UserName": "root",
"RoleId": "10",
"Locked": false,
"IsBuiltin": true,
"Enabled": true,
"Permissions": [
{
"@odata.id": "/api/AccountService/Accounts('1814')/Permissions"
}
]
}
]
}
Table 16. Attributes
Attribute Description
Id Uniquely identifies the resource within the collection.
40 Application settings