---
title: "Modify the tenant"
method: PUT
path: "/tenants/:id"
tags: ["tenant"]
---

# Modify the tenant

`PUT /tenants/:id`

This can only be done by a logged in user who has the required privileges.

## Path parameters

- `id` string, required

## Request body

- TenantRequest
  - `name` string, required — name of tenant organization
  - `status` 'active' | 'pending' | 'disabled'
  - `confirmed` boolean — true, if the confirmation link/email has been triggered

## Response `200`

Success

---

[API](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih/llms.txt) · [OpenAPI document](https://skmtc.dev/openintegrationhub/apis/iam-api-for-oih/revisions/e2b72db6827a?raw)
