---
title: "Create or update custom property values for organizations in an enterprise"
method: PATCH
path: "/enterprises/{enterprise}/org-properties/values"
tags: ["enterprise-admin"]
---

# Create or update custom property values for organizations in an enterprise

`PATCH /enterprises/{enterprise}/org-properties/values`

Create or update custom property values for organizations in an enterprise.

To remove a custom property value from an organization, set the property value to `null`.

Access requirements:
- Enterprise admins
- OAuth tokens and personal access tokens (classic) with the `admin:enterprise` scope
- Actors with the enterprise-level "edit enterprise custom properties for organizations" fine-grained permission or above

## Path parameters

- `enterprise` string, required

## Request body

- object
  - `organization_logins` string[], required — The names of organizations that the custom property values will be applied to.
  - `properties` CustomPropertyValue[], required — List of custom property names and associated values to apply to the organizations.
    - `property_name` string, required — The name of the property
    - `value` union, required — The value assigned to the property
      - string, nullable
      - string[]

## Response `204`

No Content when custom property values are successfully created or updated

## Other responses

- `403` — Forbidden
- `404` — Resource not found
- `422` — Validation failed, or the endpoint has been spammed.

## Changes

- **2026-09-03** (2022-11-28) `cb7b1b79509e` — 1 info
  - the request property `properties/items/value/oneOf[subschema #1]/` became nullable

[Change history](https://skmtc.dev/github/apis/enterprise-cloud/changes/enterprises/:enterprise/org-properties/values/patch.md)

---

[API](https://skmtc.dev/github/apis/enterprise-cloud.md) · [All operations](https://skmtc.dev/github/apis/enterprise-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/enterprise-cloud/revisions/cb7b1b79509e/schema)
