I get an empty user list whenever I request the list of users in my Personal Project workspace using the Asana API:
https://app.asana.com/api/1.0/workspaces/MY-PERSONAL-PROJECTS-WORKSPACE-ID/users
According to the web app, I should get myself and my wife (cuz you know, she figured out how to get me to do things... ;)
Strangely when I request the list of all users in all workspaces, my wife does show up with my Personal Projects listed in her workspaces:
https://app.asana.com/api/1.0/users?opt_fields=id,name,workspaces
Is this normal? How would I get myself and my wife to be listed for the Personal Projects workspace?
Thanks