---
title: "List users in your team"
method: GET
path: "/v1/team-management/users"
tags: ["Team"]
---

# List users in your team

`GET /v1/team-management/users`

Paginated list of all sub-accounts in the team. Requires admin role on the calling account.

## Query parameters

- `offset` integer
- `count` integer

## Response `200`

List users in your team

- TestingbotEntitiesTeamMemberList — Testingbot_Entities_TeamMemberList model
  - `data` TestingbotEntitiesTeamMember[], required — Team member accounts.
    - `id` integer, required — Unique numeric user ID.
    - `first_name` string, required — Given name.
    - `last_name` string, required — Family name.
    - `email` string, required — Account email.
    - `credits` integer, required — Remaining VM credit seconds.
    - `device_credits` integer, required — Remaining physical-device credit seconds.
    - `isPaid` boolean, required — Whether the account has an active paid plan.
    - `verified` boolean, required — Whether the account email has been verified.
    - `parent_id` integer, required — Parent (team owner) user ID; 0 means this user is the team owner.
  - `meta` TestingbotEntitiesMeta, required
    - `offset` integer, required — Number of items skipped from the start of the result set.
    - `count` integer, required — Items returned in this page (matches the requested `count` query param).
    - `total` integer, required — Total number of items available across all pages.

## Other responses

- `401` — Authentication required
- `403` — Caller is not a team admin

---

[API](https://skmtc.net/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.net/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/revisions/8f493cca8f92/schema)
