I want to retrieve user (id, name) who created project in Asana with Asana Api.
Data returned from REST call in https://app.asana.com/api/1.0/projects/{project-id} contains user object only in "followers" array, but these users are only... followers.
I tried with opt_fields parameter https://app.asana.com/api/1.0/projects/{project-id}?opt_fields=created_by with no luck.
Any suggestions are welcome. Thnx.