---
title: "List user roles in the team"
method: GET
path: "/teams/{teamId}/user-team-roles"
tags: ["Teams / User team roles"]
---

# List user roles in the team

`GET /teams/{teamId}/user-team-roles`

Gets list of all users and their roles in the team with the specified `teamId`. Get all user role IDs with the API call `GET /users/roles`.

## Path parameters

- `teamId` integer, required

## Query parameters

- `cols[]` string[]
- `pg[sortBy]` string
- `pg[offset]` integer
- `pg[sortDir]` 'asc' | 'desc'
- `pg[limit]` integer

## Response `200`

Successful response

- object
  - `userTeamRoles` object[]
    - `usersRoleId` integer
    - `userId` integer
    - `teamId` integer
    - `changeable` boolean
    - `ssoPending` boolean

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
