Hello. I've been able to update the status of assignments by making POST requests to the ProjectServer endpoint under my administrator account. But now that I am testing this out for "Team Members", it is not working.
When a Team Member tries to make a request to
sharepoint/pwa/_api/ProjectServer/EnterpriseResources('81da089f-4c0c-e411-a0f6-0019b9d81e37')/Assignments('3d5ed789-551e-e411-b499-005056c00008')
.., for example, they are told:
"Cannot find resource for the request PS.ProjectServer/EnterpriseResources('81da089f-4c0c-e411-a0f6-0019b9d81e37')/."
But this is their resource guid. They can access a specific projects, like : PWA/_api/ProjectServer/Projects('ad848181-551e-e411-b499-005056c00008'), but they cannot reach any assignments.
Do team members have the ability to update statuses through the REST API?