Set the role of a person on this production only. A null role restores the person's global role.
PUT
/data/projects/{project_id}/team/{person_id}
curl \
--request PUT 'http://api.example.com/data/projects/{project_id}/team/{person_id}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"role":"user"}'
Request examples
{
"role": "user"
}