---
title: "List all AD/LDAP Connectors"
method: GET
path: "/admanagement/v1/adConnectors"
tags: ["AD/LDAP Management"]
---

# List all AD/LDAP Connectors

`GET /admanagement/v1/adConnectors`

Returns a list of all AD/LDAP Connectors configured in Druva Console with their details.

## Query parameters

- `status` 'connected' | 'not connected'
- `pageToken` string

## Response `200`

OK

- ADConnectorList
  - `total` integer — The total number of AD/LDAP Connectors listed on the result page.
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.
  - `adConnectorList` ADConnector[]
    - `id` integer — The unique ID of the AD/LDAP Connector in Druva Cloud.
    - `name` string — The name of the AD/LDAP Connector configured in the Druva Console.
    - `lastConnectedTime` integer — The date and time when the AD/LDAP Connector to Druva Cloud. :fa-info-circle: The date and time is displayed in Unix epoch time. Kindly convert as appropriate for further consumption.
    - `lastStatusChange` integer — The date and time when the AD/LDAP Connector status changed from 'Connected' to 'Not Connected' or vice versa. :fa-info-circle: The date and time is displayed in Unix epoch time. Kindly convert as appropriate for further consumption.
    - `status` string — The current status of the AD/LDAP Connector

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `403` — The request was not processed due to insufficient permissions.
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in inSync GovCloud.
- `501` — Requested HTTP method is not implemented.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
