---
title: "Get Organization Admin Candidates"
method: GET
path: "/manager/admin-candidates"
tags: ["manager"]
---

# Get Organization Admin Candidates

`GET /manager/admin-candidates`

List available ERP employees for dashboard-admin onboarding.

## Response `200`

Successful Response

- AdminCandidateListResponse
  - `candidates` TechnicianResponse[], required
    - `id` string, required
    - `email` string, required
    - `phone_number` string, required
    - `login_name` string, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
