---
title: "List property users with their fiscal operator mapping"
method: GET
path: "/fiscal-document/v1/fiscalization/operators"
tags: ["Fiscalization"]
---

# List property users with their fiscal operator mapping

`GET /fiscal-document/v1/fiscalization/operators`

Returns all users assigned to the property, joined with their stored OIB mapping
(if any). Users without a mapping appear in the response with `oib: null` so the
UI can prompt the Property Admin to complete the configuration.

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- FiscalizationOperatorResponse
  - `operators` FiscalizationOperator[]
    - `user` FiscalizationOperatorUser, required
      - `id` string, required — Cloudbeds user ID
      - `email` string
      - `firstName` string
      - `lastName` string
      - `active` boolean — Cloudbeds user active state (from user service). Inactive users may still have a stored mapping but should be visually flagged in the UI.
    - `legalId` string — Operator legal identifier (e.g., HR OIB, IT codice fiscale). Null when not mapped.
    - `legalName` string — Legal name sent as operator.legal_name to the fiscalization provider
  - `fallbackOperator` FiscalizationFallbackOperator — Property-level fallback operator used when an invoice-issuing user has no per-user mapping. Optional — when absent, unmapped users get a hard error at submission time.
    - `legalId` string, required
    - `legalName` string, required

## Other responses

- `404` — Fiscalization config not found for property

---

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