---
title: "Get Team Role Assignments"
method: GET
path: "/roles/assignments/teams"
tags: ["Roles"]
---

# Get Team Role Assignments

`GET /roles/assignments/teams`

Specifying `environmentId`, `projectId` or `organizationId` is required.

## Query parameters

- `organizationId` string
- `projectId` string
- `environmentId` string

## Response `200`

- RolesApiTeamRoleAssignment[]
  - `inherited` boolean
  - `projectId` string
  - `environmentId` string
  - `teamId` string
  - `role` union
    - string
    - string
    - string
    - string
  - `organizationId` string
  - `id` string

---

[API](https://skmtc.net/envzero/apis/env0-api.md) · [All operations](https://skmtc.net/envzero/apis/env0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/envzero/env0-api/versions/513441cbe9dc/schema)
