UserName(robloxName)

PARAM robloxName : Roblox Name of a user

get_user_by_name()

RETURN: Dictionary

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

search_user_by_keyword()

RETURN: Dictionary

{'keyword':'string', 'users':[{'id':0,'name':'string','displayName':'string'}]}

Last updated

Was this helpful?