GET
/
api
/
v1
/
LdapProvider
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/LdapProvider
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Connections": [
    {
      "Id": "<string>",
      "Hostname": "<string>",
      "UseSSL": true,
      "Port": 123,
      "Username": "<string>"
    }
  ]
}

Response

200 - application/json

The response is of type object.