---
title: "Team Member Permissions"
method: GET
path: "/team/permissions_list"
tags: ["team management"]
---

# Team Member Permissions

`GET /team/permissions_list`

Get the team member permissions for a team

## Query parameters

- `team_id` string — Team ID in the request parameters

## Response `200`

Successful Response

- GetTeamMemberPermissionsResponse — Response to get the team member permissions for a team
  - `team_id` string, required
  - `team_member_permissions` string[], nullable
  - `all_available_permissions` string[], required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 2 info
  - 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/permissions_list/get.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)
