---
title: "Get the current team."
method: GET
path: "/team"
tags: ["team"]
---

# Get the current team.

`GET /team`

Required RBAC Policy: team/read

## Response `200`

- Team
  - `automatic_join_enabled` boolean
  - `cmx_low_credits_notified_at` string, date-time
  - `collab_repo_feature` string
  - `collab_repo_support` string
  - `complexity_requirements` ComplexityRequirements
    - `digit` integer
    - `min` integer
    - `special` integer — Current data is like this: {"min":12,"upperLower":6,"digit":2,"special":2}
    - `upperLower` integer
  - `default_policy` string
  - `domain_name` string
  - `has_contract` boolean — New fields from id service
  - `has_enforced_complexity` boolean
  - `id` string
  - `is_google_auth_enabled` boolean
  - `is_google_auth_required` boolean
  - `is_saml_enabled` boolean
  - `is_saml_required` boolean
  - `is_two_factor_required` boolean
  - `name` string
  - `needs_profile` boolean
  - `saml_default_policy` string
  - `saml_landing` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/revisions/6fcf9e54aba4/schema)
