---
title: "Get user profile with follower counts and verification"
method: GET
path: "/x/users/{id}"
tags: ["Users"]
---

# Get user profile with follower counts and verification

`GET /x/users/{id}`

## Path parameters

- `id` string, required

## Response `200`

User profile

- UserProfile — X user profile with bio, follower counts, and verification status.
  - `id` string, required
  - `username` string, required
  - `name` string, required
  - `description` string
  - `followers` integer
  - `following` integer
  - `verified` boolean
  - `profilePicture` string
  - `location` string
  - `createdAt` string
  - `statusesCount` integer

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `402` — Payment required. Returns a WWW-Authenticate header with an MPP challenge for pay-per-use endpoints, or indicates a subscription/credit issue for identity-authenticated endpoints.
- `404` — User not found
- `502` — X API unavailable, unauthorized, or rate limited

## Changes

- **2026-04-25** `2adc33156b4b` — 10 warning, 14 info
  - added the new `insufficient_credits` enum value to the `error` response property for the response status `400`
  - added the new `insufficient_credits` enum value to the `error` response property for the response status `401`
  - added the new `insufficient_credits` enum value to the `error` response property for the response status `402`
  - added the new `insufficient_credits` enum value to the `error` response property for the response status `404`
  - …20 more

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

---

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