Asana API - how to get all workspaces' email address

the output only includes:
{‘gid’: ‘xxxxxx’, ‘name’: xxxxx’, ‘resource_type’: ‘user’}
I hope I can get the email address.
Thanks!

Hi @zji,

You have the right idea, just I think the wrong syntax. Remove the ? from ?opt_fields - I think that’s the issue.

Thanks Phil!
Actually that should be - I need to remove the ‘?’ and then it works.

1 Like