Roblox Engine API · Schema
Roblox User
Schema for a Roblox user resource from the Open Cloud API.
GamingGame DevelopmentMetaverseRobloxOpen Cloud
Properties
| Name | Type | Description |
|---|---|---|
| path | string | Resource path in format users/{userId} |
| createTime | string | Account creation timestamp |
| id | string | Unique Roblox user identifier |
| name | string | Unique username |
| displayName | string | Display name shown in-game |
| about | string | User profile bio |
| locale | string | User locale setting |
| premium | boolean | Whether the user has Roblox Premium |
| idVerified | boolean | Whether the user's identity has been verified |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-evangelist.github.io/roblox-engine-api/json-schema/roblox-user-schema.json",
"title": "Roblox User",
"description": "Schema for a Roblox user resource from the Open Cloud API.",
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Resource path in format users/{userId}"
},
"createTime": {
"type": "string",
"format": "date-time",
"description": "Account creation timestamp"
},
"id": {
"type": "string",
"description": "Unique Roblox user identifier"
},
"name": {
"type": "string",
"description": "Unique username"
},
"displayName": {
"type": "string",
"description": "Display name shown in-game"
},
"about": {
"type": "string",
"description": "User profile bio"
},
"locale": {
"type": "string",
"description": "User locale setting"
},
"premium": {
"type": "boolean",
"description": "Whether the user has Roblox Premium"
},
"idVerified": {
"type": "boolean",
"description": "Whether the user's identity has been verified"
}
},
"required": ["id", "name"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/roblox-user"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.