curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/LdapProvider/Save \
--header 'Content-Type: application/json' \
--data '{
"ConnectionId": "<string>",
"Hostname": "<string>",
"UseSSL": true,
"Port": 123,
"Username": "<string>",
"Password": "<string>",
"SkipValidation": true
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"ConnectionId": "<string>"
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/LdapProvider/Save \
--header 'Content-Type: application/json' \
--data '{
"ConnectionId": "<string>",
"Hostname": "<string>",
"UseSSL": true,
"Port": 123,
"Username": "<string>",
"Password": "<string>",
"SkipValidation": true
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"ConnectionId": "<string>"
}
The response is of type object
.