---
title: "Get team users"
method: GET
path: "/v2/teams/{team_nanoid}/users"
tags: ["B2B Teams"]
---

# Get team users

`GET /v2/teams/{team_nanoid}/users`

Retrieves a list of users associated with the specified team identified by its nanoid. This endpoint is useful for obtaining user details for a specific team, including their names and email addresses.

## Path parameters

- `team_nanoid` string, required

## Response `200`

Default Response

- object
  - `success` true, required
  - `data` object, required
    - `users` object[], required
      - `nanoid` string, required — Unique identifier for the user.
      - `first_name` string, required — User's first name.
      - `middle_name` string, required — User's middle name.
      - `last_name` string, required — User's last name.
      - `email` string, required — User's email address.
      - `role` string, required — User's team role.
      - `rise_account` string, required — User's rise account.
      - `riseid` string, required — User's riseid.
      - `avatar` string, required — User's avatar URL.
      - `address` object, required
        - `line_1` string, required — Primary address line
        - `line_2` string, required — Secondary address line
        - `city` string, required — City of the company
        - `state` string, required — State or region
        - `country` string, required — Country of the company
        - `zip_code` string, required — Postal code

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy.md) · [All operations](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/riseworks/b2b-api-v1-legacy/versions/6f6941749255/schema)
