---
title: "Gets detailed user information by id."
method: GET
path: "/v1/users/{userId}"
tags: ["User profiles", "Users"]
---

# Gets detailed user information by id.

`GET /v1/users/{userId}`

## Path parameters

- `userId` integer, required

## Response `200`

OK

- RobloxUsersApiGetUserResponse — A response model representing user information.
  - `description` string — The user description.
  - `created` string, date-time — When the user signed up.
  - `isBanned` boolean — Whether the user is banned
  - `externalAppDisplayName` string — Unused, legacy attribute. For now always null to not disturb existing client code that might rely on its existence.
  - `hasVerifiedBadge` boolean — The user's verified badge status.
  - `id` integer — The user Id.
  - `name` string — The user name.
  - `displayName` string — The user DisplayName.

## Other responses

- `404` — 3: The user id is invalid.

---

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