---
title: "List Team Roles"
method: GET
path: "/v3/teams/{teamId}/assigned-roles"
tags: ["Roles"]
---

# List Team Roles

`GET /v3/teams/{teamId}/assigned-roles`

Lists the roles belonging to a team. Returns 400 if any filter parameters are invalid.

## Query parameters

- `filter` object
  - `role_name` StringFieldEqualsFilter — Filters on the given string field value by exact match.
    - `eq` string
  - `entity_type_name` StringFieldEqualsFilter — Filters on the given string field value by exact match.
    - `eq` string

## Response `200`

A paginated list response for a collection of assigned roles.

- object
  - `meta` PaginatedMeta — returns the pagination information
    - `page` PageMeta, required — Contains pagination query parameters and the total number of objects returned.
      - `number` number, required
      - `size` number, required
      - `total` number, required
  - `data` AssignedRole[] — An Array
    - `id` string, uuid — The ID of the role assignment.
    - `role_name` string — Name of the role being assigned.
    - `entity_id` string, uuid — A RBAC entity ID.
    - `entity_type_name` string — Name of the entity type the role is being assigned to.
    - `entity_region` 'us' | 'eu' | 'au' | 'me' | 'in' | 'sg' | '*' — Region of the entity.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Permission denied
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
