---
title: "User Information"
method: GET
path: "/user/{id}"
tags: ["User"]
---

# User Information

`GET /user/{id}`

Provides information about the user with the given ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

User login information.

- object
  - `avatar_url` string, required — URL to the user's avatar on the VCS
  - `id` string, uuid, required — The unique ID of the user.
  - `login` string, required — The login information for the user on the VCS.
  - `name` string, required — The name of the user.

## Other responses

- `default` — Error response.

---

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