User

属性

pathstring

createTimestring

idstring

namestring

displayNamestring

aboutstring

localestring

premiumboolean

idVerifiedboolean

socialNetworkProfilesobject

ベース URL

https://apis.roblox.com/cloud
User リソース

{
"path": "string",
"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

GET /cloud/v2/users/{user}
リクエストパスのパラメータ
userstring必須

レスポンスUser
GET /cloud/v2/users/{user}

curl -L -X GET 'https://apis.roblox.com/cloud/v2/users/{user}' \
-H 'x-api-key: {your-api-key}'
レスポンス

{
"path": "string",
"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

GET /cloud/v2/users/{user}:generateThumbnail
リクエストパスのパラメータ
userstring必須

クエリのパラメータ
sizenumber

formatEnum<string>

shapeEnum<string>

レスポンス
レスポンス
imageUristring

メタデータ
GET /cloud/v2/users/{user}:generateThumbnail

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