PATCH
/
api
/
v1
/
ldap
/
config
cURL
curl --request PATCH \
  --url https://us.infisical.com/api/v1/ldap/config \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "isActive": true,
  "url": "<string>",
  "bindDN": "<string>",
  "bindPass": "<string>",
  "uniqueUserAttribute": "<string>",
  "searchBase": "<string>",
  "searchFilter": "<string>",
  "groupSearchBase": "<string>",
  "groupSearchFilter": "<string>",
  "caCert": "<string>",
  "organizationId": "<string>"
}'
{
  "updatedAt": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z",
  "isActive": true,
  "orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "url": "<string>",
  "searchBase": "<string>",
  "searchFilter": "",
  "groupSearchBase": "",
  "uniqueUserAttribute": "",
  "groupSearchFilter": ""
}

Authorizations

Authorization
string
header
required

An access token in Infisical

Body

application/json

Response

200
application/json

Default Response

The response is of type object.