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

# Full update tenant

`PUT /tenants/{tenantId}`

Replaces all updatable fields of the tenant. All required fields must be provided.

## Request body

- TenantFullUpdateRequest — Full update. All updatable fields must be provided.
  - `name` string, required
  - `description` string, nullable
  - `organizationPartyId` string, uuid, nullable — Link or update the backing party for this tenant.

## Response `200`

Updated tenant.

- TenantDetail — unresolved $ref

## Other responses

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