---
title: "Partial update tenant"
method: PATCH
path: "/tenants/{tenantId}"
tags: ["Tenants"]
---

# Partial update tenant

`PATCH /tenants/{tenantId}`

## Request body

- TenantUpdateRequest
  - `name` string
  - `description` string
  - `organizationPartyId` string, uuid, nullable — Link or update the backing party for this tenant.

## Response `200`

Updated tenant.

- TenantDetail — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `404` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/user-manager-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/user-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/user-manager-api/revisions/6d47be2a94e0/schema)
