---
title: "Set a Technician as Primary"
method: PUT
path: "/v2/jobs/{jobId}/team/{userId}"
tags: ["Jobs"]
---

# Set a Technician as Primary

`PUT /v2/jobs/{jobId}/team/{userId}`

Sets the specified technician as the primary technician for the job. All other technicians will be set as non-primary.

## Path parameters

- `jobId` string, required
- `userId` string, required

## Headers

- `Authorization` string, required

## Response `200`

The updated technician with isPrimary set to true

- ResponseJobLeadTechnitionV2Dto
  - `id` string — The id of the user
  - `name` string — The name of the technician.
  - `emailAddress` string — The email address of the technician.
  - `isPrimary` boolean — Whether the technician is the primary technician.

## Other responses

- `404` — Job not found

---

[API](https://skmtc.net/workiz/apis/developer-api.md) · [All operations](https://skmtc.net/workiz/apis/developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workiz/developer-api/revisions/14666f4db0f8/schema)
