---
title: "get users for a given team"
method: GET
path: "/4.0/teams/{team_id}/users"
tags: ["Users"]
---

# get users for a given team

`GET /4.0/teams/{team_id}/users`

## Path parameters

- `team_id` string, required

## Query parameters

- `page_size` integer
- `after` string
- `before` string

## Response `200`

a paginated list of temas the user is on

- object
  - `paging` ResultPagingAccountService
    - `after` string — cursor for next page
    - `before` string — cursor for previous page
  - `data` object[]

---

[API](https://skmtc.net/socialtables/apis/social-tables-api-gateway.md) · [All operations](https://skmtc.net/socialtables/apis/social-tables-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/socialtables/social-tables-api-gateway/revisions/b8bbb74a1212/schema)
