---
title: "Get a specific team user"
method: GET
path: "/v1/team-management/users/{id}"
tags: ["Team"]
---

# Get a specific team user

`GET /v1/team-management/users/{id}`

Returns the user record for a specific team member. Admins can fetch any team member; non-admins can only fetch themselves.

## Path parameters

- `id` integer, required

## Response `200`

Get a specific team user

- TestingbotEntitiesTeamMember — Testingbot_Entities_TeamMember model
  - `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.

## Other responses

- `401` — Authentication required
- `403` — Not allowed
- `404` — User not found

---

[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)
