GET
/
api
/
v1
/
ldap
/
config
cURL
curl --request GET \
  --url https://us.infisical.com/api/v1/ldap/config \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "organization": "<string>",
  "isActive": true,
  "url": "<string>",
  "bindDN": "<string>",
  "bindPass": "<string>",
  "uniqueUserAttribute": "<string>",
  "searchBase": "<string>",
  "searchFilter": "<string>",
  "groupSearchBase": "<string>",
  "groupSearchFilter": "<string>",
  "caCert": "<string>"
}

Authorizations

Authorization
string
header
required

An access token in Infisical

Query Parameters

organizationId
string
required

The ID of the organization to get the LDAP config for.

Response

200
application/json

Default Response

The response is of type object.