0

HumanUser 'image' attribute?

What is the 'image' attribute for a HumanUser. All the docs talk about for images is pertaining to versions/attachments. The docs also say 'image' is a string url which makes sense. But if I ask for 'image' in the return fields of a HumanUser I get back an number. I assumed image would be a url to the users thumbnail for their profile. How can I access the users thumbnail for their profile from the api.

 

Thanks

1 comment

  • 0
    Avatar
    Veselin Gyurov

    Hi,
    I just tried:

    login_dude=""

    check_user=sg.find_one("HumanUser",[["login","is",login_dude]],["image"])

    print check_user["image"]

    and it gave me url to my/others thumbnail image if thats what you looking for :>.

Please sign in to leave a comment.