Skip to main content
POST
/
api
/
v1
/
LdapProvider
/
Save
cURL
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
ConnectionId
string | null
Hostname
string | null
UseSSL
boolean
Port
integer | null
Username
string | null
Password
string | null
SkipValidation
boolean

Response

200 - application/json
ConnectionId
string | null
Succeeded
boolean
Message
string | null
Code
string | null