Hi there,
I'd like to use the API to set a HumanUser's password. Something like:
sg.update("HumanUser", 999, {"password_proxy": "12345", "password_proxy_confirm":"12345"})
This gives an API permission error. What's the best way to programmatically set a user password?