---
title: "Get user team's"
method: GET
path: "/v2/user/teams"
tags: ["B2B Users"]
---

# Get user team's

`GET /v2/user/teams`

Retrieves a list of teams associated with the logged-in user.

## Response `200`

Default Response

- object
  - `success` true, required
  - `data` object, required
    - `teams` object[], required
      - `nanoid` string, required — Unique identifier for the team.
      - `name` string, required — Name of the team.
      - `riseid` string, required — Unique identifier for the team in Rise.
      - `rise_account` string, required — Unique identifier for the team's Rise account.
      - `role` string, required — Role of the user in the team.
      - `avatar` string, required — URL of the team's avatar image.
      - `balance` string, required — Balance associated with the team.
      - `payees_count` number, required — Number of payees in the team.
      - `administrators_count` number, required — Number of administrators in the team.

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