API Reference
OIDC
Platform

Ldap Connections

AdminUpdated Sep 11, 2026

Ldap Connections

Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.

3 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/ldap_connections

Which configured LDAP connections have a stored bind password (state only, never the secret).

PUT /v1/dashboard/accounts/:accountId/instances/:instanceId/ldap_connections/:connectionId/bind_password

Set a connection’s LDAP bind password (write-only, encrypted). Owner or admin.

DELETE /v1/dashboard/accounts/:accountId/instances/:instanceId/ldap_connections/:connectionId/bind_password

Clear a connection’s stored LDAP bind password. Owner or admin.

Was this page helpful?
Ldap Connections