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

# Get tenant config

`GET /tenants/{tenant_id}/config`

Returns the tenant's organizational policy: join policy, invitation rules, and email-domain claim status.

## Path parameters

- `tenant_id` integer, required

## Response `200`

Tenant config

- TenantConfigInfo
  - `block_external_invitations` boolean, required
  - `enforce_domain_only_invitations` boolean, required
  - `join_policy` 'invite_only' | 'open' | 'request_to_join', required
  - `email_domain` string, nullable
  - `email_domain_verified_at` string, date-time, nullable

## Other responses

- `403` — Not a member of the tenant

---

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