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}'