---
title: "Sample endpoint: Returns details about a particular user"
method: GET
path: "/user"
tags: ["user"]
---

# Sample endpoint: Returns details about a particular user

`GET /user`

## Query parameters

- `id` integer, required

## Response `200`

Sample response: Details about a user by ID

- User
  - `id` integer, required
  - `name` string, required
  - `tag` string

## Other responses

- `default` — Unexpected error

## Changes

- **2021-06-29** `e95a4da3dd7a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/orb-community/apis/orb-policies/changes/user/get.md)

---

[API](https://skmtc.dev/orb-community/apis/orb-policies.md) · [All operations](https://skmtc.dev/orb-community/apis/orb-policies/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orb-community/orb-policies/revisions/e95a4da3dd7a/schema)
