---
title: "PUT /tenants/self"
method: PUT
path: "/tenants/self"
tags: ["Tenants"]
---

# PUT /tenants/self

`PUT /tenants/self`

## Request body

- UpdateTenantRequest
  - `name` string, required
  - `settings` object, nullable

## Response `200`

Success

- Tenant
  - `id` string, uuid
  - `owner_id` string, uuid
  - `name` string, nullable
  - `type` string, nullable
  - `created_by` string, uuid, nullable
  - `created_at` string, date-time, nullable
  - `modified_by` string, uuid, nullable
  - `modified_at` string, date-time, nullable
  - `settings` object, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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