---
title: "Get a list of users associated to current partner"
method: GET
path: "/partner/users"
tags: ["user"]
---

# Get a list of users associated to current partner

`GET /partner/users`

This method will provide a list of users associated to the partner.

## Query parameters

- `id` string
- `pid` string
- `user_ids` unknown[]
  - unknown
- `first_name` string
- `last_name` string
- `full_name` string
- `email` string
- `username` string

## Response `200`

Retrieve a list of all users associated to the requester partner.

- PartnerUser[]
  - `id` string
  - `pid` integer
  - `email` string
  - `username` string
  - `first_name` string
  - `last_name` string
  - `phone` string

## Other responses

- `304` — If the If-None-Match header is sent and matches with the Etag it will return the 304 (Not Modified) response without the data on the body.

---

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