Add followers to a project
POST
/projects/{project_gid}/addFollowers
Projects
Returns the updated project record.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.asana.com/api/1.0/projects//addFollowers' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"followers": "521621,621373"
}
}'
Response Response Example
200 - Example 1
{
"data": {}
}
Request
Path Params
project_gid
string
required
Body Params application/json
Responses
Modified at 2022-09-13 02:00:31