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>"
}
Get LDAP config
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>"
}
An access token in Infisical
The ID of the organization to get the LDAP config for.
Default Response
The response is of type object
.
Was this page helpful?