---
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 for SSO users.
These settings will be applied to new teams created from SSO.

## Request body

- DefaultTeamSSOParams — Default parameters to apply when a new team is automatically created by LiteLLM via SSO Groups
  - `models` string[] — Default list of models that new automatically created teams can access
  - `max_budget` number, nullable — Default maximum budget (in USD) for new automatically created teams
  - `budget_duration` string, nullable — Default budget duration for new automatically created teams (e.g. 'daily', 'weekly', 'monthly')
  - `tpm_limit` integer, nullable — Default tpm limit for new automatically created teams
  - `rpm_limit` integer, nullable — Default rpm limit for new automatically created teams
  - `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.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
