---
title: "Team Member Update"
method: POST
path: "/team/member_update"
tags: ["team management"]
---

# Team Member Update

`POST /team/member_update`

[BETA]

Update team member budgets and team member role

## Request body

- TeamMemberUpdateRequest
  - `user_id` string, nullable
  - `user_email` string, nullable
  - `team_id` string, required
  - `max_budget_in_team` number, nullable
  - `role` 'admin' | 'user', nullable
  - `tpm_limit` integer, nullable — Tokens per minute limit for this team member
  - `rpm_limit` integer, nullable — Requests per minute limit for this team member
  - `budget_duration` string, nullable — Duration after which this team member's budget resets (e.g. '1h', '24h', '7d', '30d'). If not set, the budget never resets.
  - `allowed_models` string[], nullable — List of models this team member can access. Pass an empty list to remove per-member model restrictions.

## Response `200`

Successful Response

- TeamMemberUpdateResponse
  - `user_id` string, required
  - `user_email` string, nullable
  - `team_id` string, required
  - `max_budget_in_team` number, nullable
  - `tpm_limit` integer, nullable
  - `rpm_limit` integer, nullable
  - `budget_duration` string, nullable
  - `allowed_models` string[], nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 4 info
  - added the new optional request property `budget_duration`
  - added the optional property `budget_duration` to the response with the `200` status
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/team/member_update/post.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/3b2b241e4b0b?raw)
