---
title: "Update tenant config"
method: PUT
path: "/tenants/{tenant_id}/config"
tags: ["Tenants"]
---

# Update tenant config

`PUT /tenants/{tenant_id}/config`

Updates organizational policy: join_policy (open / invite_only / domain_match), whether external invitations are allowed, and whether invitations must come from the claimed email domain.

## Path parameters

- `tenant_id` integer, required

## Request body

- UpdateTenantConfig
  - `block_external_invitations` boolean, required
  - `enforce_domain_only_invitations` boolean, required
  - `join_policy` string, required

## Response `204`

Tenant config updated

## Other responses

- `403` — Not the tenant owner
- `404` — Tenant not found

---

[API](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api.md) · [All operations](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laserdata/laserdata-cloud-core-api/revisions/db81a447bba9/schema)
