---
title: "GET /teams/{team_name}/settings"
method: GET
path: "/teams/{team_name}/settings"
tags: ["admin"]
---

# GET /teams/{team_name}/settings

`GET /teams/{team_name}/settings`

Show current platform settings

## Path parameters

- `team_name` string, required — The unique name for the team.

## Response `200`

Response

- Settings — Platform settings definition
  - `enforce_mfa` boolean, required — Whether or not to require MFA for all users

## Other responses

- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found
- `422` — UnprocessableEntity
- `500` — Internal Error

---

[API](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/revisions/ef9782a3ed5e/schema)
