API Guide

Table Of Contents
Example
Input:
{
"IpAddress": null,
"PortNumber": 0,
"EnableAuthentication": false,
"EnableProxy": false,
"Username": null,
"Password": null
}
Output:
{
"IpAddress": null,
"PortNumber": 0,
"Username": null,
"Password": null,
"EnableAuthentication": false,
"EnableProxy": false
}
Table 14. Attributes
Attribute name Description
IpAddress Proxy Address, if HTTP Proxy Settings is enabled.
PortNumber Port number, if HTTP Proxy Settings is enabled.
EnableAuthentication Enable or disable Proxy Authentication.
EnableProxy Enable or disable HTTP Proxy Settings.
Username Username, if Proxy Authentication is enabled.
Password Password, if Proxy Authentication is enabled.
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
Input:
Output:
{
"@odata.context": "$metadata#AccountService.AccountService",
"@odata.id": "/api/AccountService",
"Id": "10",
"Description": "MSM User Accounts",
"Name": "Account Service",
"Status": {
"State": "Enabled",
Application settings 35