API Guide
Security and user management
/api/AccountService
This URI represents the configuration of the user accounts.
GET method for AccountService
This method returns the account level configuration for the user accounts.
Description Returns account level configurations for the accounts.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#AccountService.AccountService",
"@odata.id": "/api/AccountService",
"Id": "10",
"Description": "MSM User Accounts",
"Name": "Account Service",
"Status": {
"State": "Enabled",
"HealthRollup": "OK",
"Health": "OK"
},
"ServiceEnabled": false,
"AuthFailureLoggingThreshold": 3,
"MinPasswordLength": 8,
"MaxPasswordLength": 20,
"AccountLockoutThreshold": 3,
"AccountLockoutDuration": 30,
"AccountLockoutCounterResetAfter": 900,
"EnableIpRangeAddress": false,
"IpRangeAddress": null,
"ByUserName": false,
"ByIPAddress": false,
"Actions": null,
"Accounts": [
{
"@odata.id": "/api/AccountService/Accounts"
}
],
"Roles": [
{
"@odata.id": "/api/AccountService/Roles"
}
],
"ExternalAccountProvider": {
"@odata.id": "/api/AccountService/ExternalAccountProvider"
}
}
Table 14. Attributes
Attribute Description
Description Description for the Account service.
Name Name given for Account service.
State Indicates the known state of the resource.
HealthRollup Health rollup status.
Health Health of the resource.
34 Application settings