---
title: "Get Users on Campaign"
method: GET
path: "/api/v1.0/campaigns/{campaign_id}/users"
tags: ["Users"]
---

# Get Users on Campaign

`GET /api/v1.0/campaigns/{campaign_id}/users`

## Path parameters

- `campaign_id` string, required

## Request body

- object
  - `order` string — Sorts the users returned by this API call. | OneOf("id", "full_name")
  - `type` union[] — Filters the list of returned users by one or more user types.
    - union
      - string — Worker
      - string — Manager
      - string — Salesperson
      - string — CompanyAdmin

## Response `200`

Success

---

[API](https://skmtc.dev/wingmateapp/apis/wingmate-api.md) · [All operations](https://skmtc.dev/wingmateapp/apis/wingmate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wingmateapp/wingmate-api/revisions/d6fccce94b7c/schema)
