How can I add guests or members to projects created through the Asana API?
问题 I currently have a script that takes a list of people and creates new Asana projects, one for each person. These people are not in our Asana organization and need to be invited as guests to their respective projects. If I try to include a followers or members property in my API request, I get denied, and the docs list those properties as read-only . I noticed this question from over a year and a half ago, where an Asana engineer said that it was on the API roadmap and that he hoped to publish