Get User

Gets a user's basic and advanced information.

get/cloud/v2/users/{user_id}#OpenCloudUsers

Path parameters

user_idstring required

The user ID.

Response

Success

pathstring nullable

The resource path of the user.

Format: users/{user_id}

createTimestring date-time nullable

The timestamp at which the user was created.

idstring nullable

Unique ID that identifies a user in Roblox.

namestring nullable

Unique username for a user in Roblox.

displayNamestring nullable

Display name for the user.

aboutstring nullable

User-defined information about themselves.

localestring nullable

Current locale selected by the user. Returns IETF language code.

premiumboolean

Whether the user is a premium user.

idVerifiedboolean nullable

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. The field is omitted from the response when the caller is not authorized to read it.

Changes

Changed in 1 of the 15 revisions of this API.1