POST
/
api
/
v1
/
LdapProvider
/
Save
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>"
}

Body

application/json

Response

200 - application/json

The response is of type object.