API Guide

Table Of Contents
"@odata.count": 0,
"value": []
}
POST method for ADAccountProvider
This method adds an Active Directory service.
Description Adds an Active Directory service.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example request
body
:
{
"Name": "Starship",
"Id":2,
"ServerType": "DNS",
"ServerName": ["10.35.195.1"],
"UserName": "test",
"Password": "test@123",
"ServerPort": 3268,
"NetworkTimeOut": 300,
"SearchTimeOut": 300,
"CertificateValidation": true,
"CertificateFile": ""
}
Example
response body
{
"Id": 2714,
"Name": "Starship",
"ServerType": "DNS",
"ServerName": [
"10.35.195.1"
],
"UserName": "test",
"Password": null,
"ServerPort": 3268,
"NetworkTimeOut": 300,
"SearchTimeOut": 300,
"CertificateValidation": false,
"CertificateFile": null
}
Table 29. Attributes
Attribute Description
Id Active Directory or LDAP server ID.
ServerType Server type of the directoryDNS or Manual.
ServerName Server name of the directory service.
UserName User name of the directory service.
Password Password of the directory service.
ServerPort Port of the directory Service.
NetworkTimeOut Network timeout value.
SearchTimeOut Search timeout value.
52 Application settings