---
title: "Find the attached User"
method: GET
path: "/users/{id}/parent"
tags: ["User"]
---

# Find the attached User

`GET /users/{id}/parent`

Find the attached User of the User with the given ID

## Path parameters

- `id` integer, required

## Response `200`

User attached to User with requested ID was found

- UserParentRead
  - `id` integer, required

## Other responses

- `400` — invalid input, data invalid
- `404` — resource not found
- `409` — conflicting resources
- `500` — unexpected error

---

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