I am currently using the following syntax to add an individual to a project through a rest client.
{ "user" : {
"content" : {
"status":"ENABLED",
"userRoles":["/gdc/projects/n32w1hmt4if84vrcinsunvo4bo72cj38/roles/4"]
},
"links" : {
"self":"/gdc/account/profile/3c793eb92ca1dcbd8254d9b02cb49ac8"
}
}
}
I would like to be able to add an entire list of people to a project at one time. Is this possible?