---
title: "Update"
method: POST
path: "/api/v1/local-directory-configs/{app_id}"
tags: ["Local Directory"]
---

# Update

`POST /api/v1/local-directory-configs/{app_id}`

Update a local directory config.

## Path parameters

- `app_id` string, required — app_id is the identifier for this config and its linked App. Read-only after creation.

## Request body

- C1ApiLocalDirectoryV1LocalDirectoryConfigServiceUpdateRequestInput — The LocalDirectoryConfigServiceUpdateRequest message.
  - `localDirectoryConfig` C1ApiLocalDirectoryV1LocalDirectoryConfig — LocalDirectoryConfig is the public representation of a C1-managed local directory configuration. The underlying directory infrastructure is provided by the linked App (identified by app_id).
    - `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
  - `updateMask` string, nullable

## Response `200`

Successful response

- C1ApiLocalDirectoryV1LocalDirectoryConfigServiceUpdateResponse — The LocalDirectoryConfigServiceUpdateResponse message.
  - `localDirectoryConfig` C1ApiLocalDirectoryV1LocalDirectoryConfig — LocalDirectoryConfig is the public representation of a C1-managed local directory configuration. The underlying directory infrastructure is provided by the linked App (identified by app_id).
    - `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

---

[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)
