---
title: "Update Team Member"
method: PATCH
path: "/v0/teams/me/members/{user_id}"
tags: ["teams"]
---

# Update Team Member

`PATCH /v0/teams/me/members/{user_id}`

## Path parameters

- `user_id` string, required

## Query parameters

- `retry` integer

## Request body

- TeamMemberUpdate
  - `role` 'owner' | 'admin' | 'accounting' | 'member'
  - `status` 'pending' | 'active' | 'deactivated'
  - `monthly_limit` integer, nullable

## Response `200`

Successful Response

- TeamMemberView
  - `user_id` string, nullable
  - `name` string, nullable
  - `email` string, email, required
  - `role` 'owner' | 'admin' | 'accounting' | 'member', required
  - `status` string, required
  - `monthly_limit` integer, nullable

## Other responses

- `401` — If user authentication fails
- `403` — If user does not have sufficient permissions or `user_id` belongs to the team owner
- `404` — If user not found
- `422` — If monthly_limit greater than `MAX_BUDGET_LIMIT_CENTS`

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
