---
title: "Get My Marketing Teams"
method: GET
path: "/users/marketing/teams"
tags: ["users"]
---

# Get My Marketing Teams

`GET /users/marketing/teams`

Returns the marketing teams the current user may file work under.

Reads the same resolution the write paths do, so the picker offers exactly
the teams they will accept. The two diverge for a masquerading operator, who
is a member of none of the tenant's teams: scoping this by membership leaves
the picker empty while the upload silently chooses a team for them.

## Response `200`

Successful Response

- MarketingTeamMembership[]
  - `team_id` string, uuid, required
  - `name` string, required
  - `is_primary` boolean, required

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
