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

# Modify the tenant

`PUT /api/v1/tenants/{id}`

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

## Path parameters

- `id` string, required

## Request body

- TenantMutable
  - `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.net/openintegrationhub/apis/iam-api-for-oih.md) · [All operations](https://skmtc.net/openintegrationhub/apis/iam-api-for-oih/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openintegrationhub/iam-api-for-oih/versions/016871a170fd/schema)
