---
title: "Get Organization Technicians"
method: GET
path: "/manager/technicians"
tags: ["manager"]
---

# Get Organization Technicians

`GET /manager/technicians`

List the org's ERP people (ServiceTitan technicians or Housecall Pro employees)
who are not yet onboarded. Returns id, email, phone_number, login_name for each.

## Response `200`

Successful Response

- TechnicianListResponse
  - `technicians` 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)
