---
title: "Get the count of users who are already enrolled and pending a survey transfer"
method: GET
path: "/pending-survey-users-count"
tags: ["misc"]
---

# Get the count of users who are already enrolled and pending a survey transfer

`GET /pending-survey-users-count`

Get the count of a business' users who are already enrolled and pending a survey transfer

## Query parameters

- `business_id` string, uuid, required
- `survey_id` string, uuid, required
- `is_transfer` boolean

## Response `200`

The count of users has been retrieved

- integer

## Other responses

- `400` — The request was missing the business or survey ID, or the provided business ID wasn't a UUID
- `404` — The business does not exist

---

[API](https://skmtc.net/office-of-national-statistics/apis/party-service-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/party-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/party-service-api/revisions/a9abfd072409/schema)
