0

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.

1 Answers1

0

(I work at Asana)

The creator is not currently exposed via the API. We may consider adding it in the future, however.

Greg S
  • 2,079
  • 1
  • 11
  • 10
  • Is this still not supported? I hope it is. I'm doing a project integrated with Asana.. I need the project creator for permissions – Chazz Jul 11 '13 at 04:23