---
title: "Patch org-level claims"
method: PATCH
path: "/org/{orgID}/oidc-custom-claims"
tags: ["OIDC Token Management"]
---

# Patch org-level claims

`PATCH /org/{orgID}/oidc-custom-claims`

Creates/Updates org-level custom claims of OIDC identity tokens

## Path parameters

- `orgID` string, uuid, required

## Request body

- PatchClaimsRequest
  - `audience` string[]
  - `ttl` string

## Response `200`

Claims successfully patched.

- ClaimResponse
  - `audience` string[]
  - `audience_updated_at` string, date-time
  - `org_id` string, uuid, required
  - `project_id` string, uuid
  - `ttl` string
  - `ttl_updated_at` string, date-time

## Other responses

- `400` — The request is malformed (e.g, a given path parameter is invalid)
- `403` — The user is forbidden from making this request
- `500` — Something unexpected happened on the server.

---

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