User(robloxId)

PARAM robloxId : Roblox Id of a user

get_user_by_id()

RETURN : Dictionary

{'userName':'string', 'userId':0, 'description':'string', 'status':'string','created':'string', 'userAvatar':'string'}

get_user_groups()

RETURN : List

[{'id':0, 'name':'string','memberCount':0}]

get_user_gamepasses()

RETURN : Dictionary

{
'total':0, 
'gamepassesOwned':[{
'gamepassId':0,
'gamepassName':'string', 
'gamepassUrl':'string', 
'gamepassPrice':0, 
'gamepassSale':0,
'gamepassCreator':{'Id':0, 'Name':'string'}}
]}

get_primary_group()

RETURN : Dictionary

get_past_usernames()

RETURN : Dictionary

Last updated

Was this helpful?