API Guide

"Password": "XXXXXX",
"ServerPort": 3268,
"SsoEnablement": false,
"KerberosFile": null,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": null,
"Groups": [
{
"@odata.id": "/api/AccountService/ExternalAccountProvider/
ADAccountProvider(1264)/Groups"
}
]
}
]
}
PUT method for ADAccountProvider(Id)
This method updates the details of a specific Active Directory server in the collection.
Description Updates the details of a specific Active Directory server.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example request
body
{
"Name": "Starship",
"Id": 2714,
"ServerType": "MANUAL",
"ServerName": ["10.35.195.1"],
"UserName": "Admin",
"Password": null,
"ServerPort": 3268,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": null
}
Example
response body
{
"Id": 2714,
"Name": "Starship",
"ServerType": "MANUAL",
"ServerName": ["10.35.195.1"],
"UserName": "Admin",
"Password": null,
"ServerPort": 3268,
"NetworkTimeOut": 120,
"SearchTimeOut": 120,
"CertificateValidation": false,
"CertificateFile": null
}
Table 30. Attributes
Attribute name Description
Id The identifier of the AD account provider.
Name Directory name.
52 Application settings