---
title: "Update Default Team Settings"
method: PATCH
path: "/update/default_team_settings"
tags: ["SSO Settings"]
---

# Update Default Team Settings

`PATCH /update/default_team_settings`

Update the default team parameters (litellm_settings.default_team_params).
Applied to every new team for fields not explicitly provided in the create request;
`models` only applies to teams automatically created via SSO Groups.

## Request body

- DefaultTeamSSOParams — Default parameters applied to every /team/new call for fields not explicitly provided in the request. `models` is the exception: it only applies to teams automatically created by LiteLLM via SSO Groups.
  - `models` string[] — Default list of models for teams automatically created via SSO Groups
  - `max_budget` number, nullable — Default maximum budget (in USD) for new teams, when not explicitly provided
  - `budget_duration` string, nullable — Default budget duration for new teams, when not explicitly provided (e.g. '24h', '7d', '30d')
  - `tpm_limit` integer, nullable — Default tpm limit for new teams, when not explicitly provided
  - `rpm_limit` integer, nullable — Default rpm limit for new teams, when not explicitly provided
  - `team_member_permissions` KeyManagementRoutes[], nullable — Default permissions granted to members of newly created teams (e.g. /key/generate, /key/update, /key/delete). /key/info and /key/health are always included.
  - `organization_id` string, nullable — Default organization for new teams created without an explicit organization

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 7 info
  - added the new optional request property `organization_id`
  - added the new `/key/access_group_assignment` enum value to the request property `team_member_permissions/anyOf[subschema #1]/items/`
  - added the new `/spend/logs/v2` enum value to the request property `team_member_permissions/anyOf[subschema #1]/items/`
  - added the new `/team/daily/activity/aggregated` enum value to the request property `team_member_permissions/anyOf[subschema #1]/items/`
  - …3 more

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/update/default_team_settings/patch.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/c71315002afa?raw)
