---
title: "List"
method: GET
path: "/api/v1/local-directory-configs"
tags: ["Local Directory"]
---

# List

`GET /api/v1/local-directory-configs`

List local directory configs for the tenant.

## Query parameters

- `page_size` integer — The pageSize field.
- `page_token` string — The pageToken field.

## Response `200`

Successful response

- C1ApiLocalDirectoryV1LocalDirectoryConfigServiceListResponse — The LocalDirectoryConfigServiceListResponse message.
  - `list` C1ApiLocalDirectoryV1LocalDirectoryConfig[], nullable — The list field.
    - `allowSelfRegistration` boolean — Whether unauthenticated users may self-register in this directory.
    - `appId` string — app_id is the identifier for this config and its linked App. Read-only after creation.
    - `createdAt` string, date-time, nullable
    - `defaultProfileTypeId` string — Optional FK to a ProfileType applied to new users created via this directory.
    - `displayName` string — The displayName field.
    - `invitationTtl` string, duration, nullable
    - `isDefault` boolean — Whether this is the default local directory for the tenant. At most one config per tenant may be the default.
    - `onboardingFlowId` string — Optional FK to an onboarding flow applied by default when inviting users.
    - `organizationId` string — Optional FK to a ThirdPartyOrganization. Empty means standalone (no vendor linkage).
    - `selfRegistrationDomains` string[], nullable — Email domain allowlist for self-registration. Empty allows any domain when allow_self_registration is true.
    - `updatedAt` string, date-time, nullable
  - `nextPageToken` string — The nextPageToken field.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
