---
title: "List Distributor Access Candidates"
method: GET
path: "/api/v1/admin/distributors/{client_id}/access/candidates"
tags: ["Admin APIs", "distributors", "Wholesale Distribution"]
---

# List Distributor Access Candidates

`GET /api/v1/admin/distributors/{client_id}/access/candidates`

Users of this client who can be granted distributor access (PRO-2681) —
the pool behind the add-user picker. Users who already hold either
distributor role are excluded; they show in ``distributor_admins`` on the
detail response.

## Path parameters

- `client_id` string, uuid, required

## Response `200`

Successful Response

- DistributorAccessCandidateListResponse
  - `items` DistributorAccessCandidate[]
    - `id` string, uuid4, required
    - `first_name` string, required
    - `last_name` string, required
    - `email` string, required
    - `role` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
