How can I add guests or members to projects created through the Asana API?

这一生的挚爱 提交于 2019-12-12 05:58:36

问题


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 it soon. It seems like the engineer in question no longer works at Asana, so replying to him won't help me, but has any progress been made on this front? Being able to invite guests to each project programmatically would be a huge time saver. Thanks!


回答1:


We decided to keep this as a read-only endpoint. Apologies for the confusion.

You can add and remove followers on a task through the API. Perhaps you could adjust your workflow to use tasks instead of projects.



来源:https://stackoverflow.com/questions/43104103/how-can-i-add-guests-or-members-to-projects-created-through-the-asana-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!