---
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

## Changes

- **2022-01-03** `121d73086a68` — 3 breaking, 7 info
  - the `code` response's property type/format changed from `integer`/`int32` to `integer`/`` for status `400`
  - the `code` response's property type/format changed from `integer`/`int32` to `integer`/`` for status `404`
  - the `code` response's property type/format changed from `integer`/`int32` to `integer`/`` for status `500`
  - added the non-success response with the status `409`
  - …6 more
- **2021-12-21** `bc315bc889bf` — 1 breaking, 1 info
  - the `id` response's property type/format changed from `integer`/`int32` to `integer`/`` for status `200`
  - for the `path` request parameter `id`, the type/format was generalized from `integer`/`int32` to `integer`/``
- **2021-12-20** `7a0c7ed72af3` — 3 breaking
  - the `errors` response's property type/format changed from `object`/`` to ``/`` for status `400`
  - the `errors` response's property type/format changed from `object`/`` to ``/`` for status `404`
  - the `errors` response's property type/format changed from `object`/`` to ``/`` for status `500`
- **2021-11-18** `da60e8578c8f` — 10 breaking, 1 info
  - for the `path` request parameter `id`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - the response property `code` became optional for the status `400`
  - the response property `code` became optional for the status `404`
  - the response property `code` became optional for the status `500`
  - …7 more

[Change history](https://skmtc.dev/ent/apis/ent-schema-api/changes/users/:id/parent/get.md)

---

[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)
