---
title: "Get assigned operator"
method: GET
path: "/api/operators/assigned"
tags: ["operators"]
---

# Get assigned operator

`GET /api/operators/assigned`

Get assigned operator (psychologist or nutritionist) for the current patient. Returns null if no operator is assigned.

## Query parameters

- `profession` 'PSICOLOGO' | 'NUTRIZIONISTA', required — Operator profession constants.

## Response `200`

Successful Response

- AssignedOperatorResponse — Response for assigned operator information.
  - `operator_id` string, uuid, required — Operator UUID
  - `user_id` string, uuid, required — Operator user UUID
  - `first_name` string, required — Operator first name
  - `last_name` string, required — Operator last name
  - `profession` string, required — Operator profession (PSICOLOGO or NUTRIZIONISTA)
  - `profile_image_url` string, nullable — Profile image URL
  - `biography` string, nullable — Professional biography/description
  - `email` string, nullable — Contact email
  - `presentation_video_url` string, nullable — Presentation video URL
  - `curriculum_file_url` string, nullable — Curriculum file URL/path
  - `tax_regime` string, nullable — Fiscal / tax regime (regime fiscale), e.g. forfettario
  - `chat_id` string, nullable — Chat ID if chat is enabled
  - `can_book_appointment` boolean, required — Whether the patient can book an appointment with this specialist. False when the patient must re-enter through another call conoscitiva; otherwise true if: no active appointments exist, OR latest appointment for this profession was with a different operator than the current assignee (new assignment), OR patient is in 'rischio_abbandono' or 'abbandono' status.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
