User

Attribute

pathstring
createTimestring
Nur Ausgabe
idstring
Nur Ausgabe
namestring
displayNamestring
aboutstring
localestring
premiumboolean
Nur Ausgabe
idVerifiedboolean
Nur Ausgabe
socialNetworkProfilesobject
Basis-URL

https://apis.roblox.com
Die User-Ressource

{
"path": "users/123",
"createTime": "2023-07-05T12:34:56Z",
"id": "123456",
"name": "exampleUser",
"displayName": "userDefinedName",
"about": "Example User's bio",
"locale": "en-US",
"premium": true,
"idVerified": true,
"socialNetworkProfiles": {
"facebook": "string",
"twitter": "string",
"youtube": "string",
"twitch": "string",
"guilded": "string",
"visibility": "SOCIAL_NETWORK_VISIBILITY_UNSPECIFIED"
}
}

User

Get User
Beta

GET /cloud/v2/users/{user_id}
AnfragePfadparameter
user_idstring
Erforderlich
RückmeldungUser
GET /cloud/v2/users/{user_id}

curl -L -X GET 'https://apis.roblox.com/cloud/v2/users/{user_id}' \
-H 'x-api-key: {your-api-key}'
Rückmeldung

{
"path": "users/123",
"createTime": "2023-07-05T12:34:56Z",
"id": "123456",
"name": "exampleUser",
"displayName": "userDefinedName",
"about": "Example User's bio",
"locale": "en-US",
"premium": true,
"idVerified": true,
"socialNetworkProfiles": {
"facebook": "string",
"twitter": "string",
"youtube": "string",
"twitch": "string",
"guilded": "string",
"visibility": "SOCIAL_NETWORK_VISIBILITY_UNSPECIFIED"
}
}

User

Generate User Thumbnail
Beta

GET /cloud/v2/users/{user_id}:generateThumbnail
AnfragePfadparameter
user_idstring
Erforderlich
Anfrageparameter
sizenumber
formatEnum<string>
shapeEnum<string>
Rückmeldung
Rückmeldung
imageUristring
Metadaten
GET /cloud/v2/users/{user_id}:generateThumbnail

curl -L -X GET 'https://apis.roblox.com/cloud/v2/users/{user_id}:generateThumbnail?size={integer}&format={string}&shape={string}' \
-H 'x-api-key: {your-api-key}'