---
title: "Find users assigned to a property inspection"
method: GET
path: "/v1/property_inspections/{property_inspection_id}/assignments"
tags: ["Property Inspection"]
deprecated: true
---

# Find users assigned to a property inspection

`GET /v1/property_inspections/{property_inspection_id}/assignments`

> **Deprecated.**

## Headers

- `X-Encircle-Attribution` string
- `X-Encircle-Request` string

## Response `200`

A list of 'User's assigned to a property inspection.

- object
  - `list` UserResponse[], required
    - `id` string, required
    - `organization_id` string, uuid — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.

## Other responses

- `400` — Error processing request.
- `401` — Authentication error.
- `404` — Requested resource does not exist.

---

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