---
title: "Get User"
method: GET
path: "/cloud/v2/users/{user_id}"
tags: ["Users"]
---

# Get User

`GET /cloud/v2/users/{user_id}`

Gets a user's basic and advanced information.

To access a user's public information, no additional scopes are required.

To access a user's verification status, you need the following scopes:
* user.advanced:read

To access a user's social account information, you need the following
scopes:
* user.social:read

## Path parameters

- `user_id` string, required

## Response `200`

OK

- User — Represents any registered user of Roblox.
  - `path` string — The resource path of the user. Format: `users/{user_id}`
  - `createTime` string, date-time — The timestamp at which the user was created.
  - `id` string — Unique ID that identifies a user in Roblox.
  - `name` string — Unique username for a user in Roblox.
  - `displayName` string — Display name for the user.
  - `about` string — User-defined information about themselves.
  - `locale` string — Current locale selected by the user. Returns IETF language code.
  - `premium` boolean — Whether the user is a premium user.
  - `idVerified` boolean — Specifies if the user is identity-verified. Verification includes, but isn't limited to, non-VoIP phone numbers or government IDs. To access this data, you need an API key / OAuth token with the following scope: user.advanced:read
  - `socialNetworkProfiles` UserSocialNetworkProfiles — Social network profiles of a user.
    - `facebook` string — Facebook profile URI.
    - `twitter` string — Twitter profile URI.
    - `youtube` string — YouTube profile URI.
    - `twitch` string — Twitch profile URI.
    - `guilded` string — Guilded profile URI.
    - `visibility` 'SOCIAL_NETWORK_VISIBILITY_UNSPECIFIED' | 'NO_ONE' | 'FRIENDS' | 'FRIENDS_AND_FOLLOWING' | 'FRIENDS_FOLLOWING_AND_FOLLOWERS' | 'EVERYONE', enum — Visibility of the social network profiles. To access this data, you need an API key / OAuth token with the following scope: user.social:read Possible values: | Value | Description | | --- | --- | | SOCIAL_NETWORK_VISIBILITY_UNSPECIFIED | Default SocialNetworkVisibility. | | NO_ONE | No one | | FRIENDS | Friends only | | FRIENDS_AND_FOLLOWING | Friends and other users the user follows | | FRIENDS_FOLLOWING_AND_FOLLOWERS | Friends, other users the user follows, and other users who follow the user | | EVERYONE | Everyone |

---

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