---
title: "Retrieve the user's team membership"
method: GET
path: "/api-public/v1/user/{user}/teams"
tags: ["Users"]
---

# Retrieve the user's team membership

`GET /api-public/v1/user/{user}/teams`

This API may be called a maximum of 2 times per second.

## Path parameters

- `user` string, required

## Headers

- `X-VO-Api-Id` string, required
- `X-VO-Api-Key` string, required

## Response `200`

Team details

- UserTeamsResponse — A list of teams to which the user belongs
  - `teams` SimpleTeamDetail[]
    - `name` string
    - `slug` string
    - `_selfUrl` string
    - `_membersUrl` string
    - `_policiesUrl` string
    - `_adminsUrl` string

## Other responses

- `401` — Authentication parameters missing
- `403` — Authentication failed or rate-limit reached
- `404` — User not found
- `500` — Internal Server Error

---

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