---
title: "GET /providers/Microsoft.ADHybridHealthService/service/{serviceName}/servicemembers/{serviceMemberId}/connectors"
method: GET
path: "/providers/Microsoft.ADHybridHealthService/service/{serviceName}/servicemembers/{serviceMemberId}/connectors"
tags: ["ServiceMembers"]
---

# GET /providers/Microsoft.ADHybridHealthService/service/{serviceName}/servicemembers/{serviceMemberId}/connectors

`GET /providers/Microsoft.ADHybridHealthService/service/{serviceName}/servicemembers/{serviceMemberId}/connectors`

Gets the connector details for a service.

## Path parameters

- `serviceName` string, required
- `serviceMemberId` string, uuid, required

## Query parameters

- `api-version` string, required

## Response `200`

The list of connector details.

- Connectors — The list of connects for a service.
  - `value` Connector[] — The value returned by the operation.
    - `connectorId` string — The connector Id.
    - `id` string — The connector Id.
    - `name` string — The connector name.
    - `version` integer — The connector version
    - `type` string — The connector type.
    - `description` string — The connector description.
    - `schemaXml` string — The schema xml for the connector.
    - `passwordManagementSettings` object — The password management settings of the connector.
    - `passwordHashSyncConfiguration` object — The password hash synchronization configuration of the connector.
    - `timeCreated` string, date-time — The date and time when this connector was created.
    - `timeLastModified` string, date-time — The date and time when this connector was last modified.
    - `partitions` Partition[] — The partitions of the connector.
      - `id` string — The partition Id.
      - `dn` string — The distinguished name for the partition.
      - `enabled` boolean — Indicates if the partition object is selected or not.
      - `timeCreated` string, date-time — The date and time when the partition is created.
      - `timeLastModified` string, date-time — The time and date when the partition was last modified.
      - `partitionScope` PartitionScope — The connector partition scope.
        - `isDefault` boolean — Indicates if the partition scope is default or not.
        - `objectClasses` string[] — The in-scope object classes.
        - `containersIncluded` string[] — The list of containers included.
        - `containersExcluded` string[] — The list of containers excluded.
      - `name` string — The name of the partition.
      - `isDomain` boolean — Indicates if the partition is a domain or not.
      - `type` string — The partition type.
    - `runProfiles` RunProfile[] — The run profiles of the connector.
      - `id` string — The run profile Id.
      - `name` string — The run profile name
      - `runSteps` RunStep[] — The run steps of the run profile.
        - `batchSize` integer — The batch size used by the run step.
        - `objectProcessLimit` integer — The object processing limit.
        - `objectDeleteLimit` integer — The object deletion limit.
        - `pageSize` integer — The page size of the run step.
        - `partitionId` string — The Id of the partition that a current run step operation is executing.
        - `operationType` integer — The run step operation types.
        - `timeout` integer — The operation timeout.
    - `classesIncluded` string[] — The class inclusion list of the connector.
    - `attributesIncluded` string[] — The attribute inclusion list of the connector.

---

[API](https://skmtc.net/azure/apis/adhybridhealthservice.md) · [All operations](https://skmtc.net/azure/apis/adhybridhealthservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/adhybridhealthservice/revisions/35cb734a789a/schema)
