post https://app.asana.com/api/1.0/portfolios//addMembers
Adds the specified list of users as members of the portfolio.
Returns the updated portfolio record.
Responses
Adds the specified list of users as members of the portfolio.
Returns the updated portfolio record.
xxxxxxxxxx
curl --request POST \
--url https://app.asana.com/api/1.0/portfolios/portfolio_gid/addMembers \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
179}
{
"data": {
"gid": "12345",
"resource_type": "portfolio",
"name": "Bug Portfolio",
"archived": false,
"color": "light-green",
"created_at": "2012-02-22T02:06:58.147Z",
"created_by": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"custom_field_settings": [
{
"gid": "12345",
"resource_type": "custom_field_setting",
"project": {
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy"
},
"is_important": false,
"parent": {
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy"
},
"custom_field": {
"gid": "12345",
"resource_type": "custom_field",
"name": "Status",