How can I retrieve the users in a particular Autodesk Construction Cloud project?
In the past, I'd been using this API call. But somewhere along the line this stopped working for Autodesk Construction Cloud projects. It still works fine for me in BIM 360 projects.
I have tried:
Requested Resource:bim360/admin/v1/projects/d55af500-a5c5-44e6-9917-cf36ef71340a/users?limit=100
Response Content:{\"pagination\":{\"limit\":100,\"offset\":0,\"totalResults\":0},\"results\":[]}
If I go to the ACC webpage for this project (https://acc.autodesk.com/project-admin/members/projects/d55af500-a5c5-44e6-9917-cf36ef71340a) then the Project Members list looks like this:
So I'm confused why my GET request is returning 0 results when clearly I am a project member. My first thought was that the resource bim360/admin/v1/projects/:projectId/users
no longer works on Autodesk Construction Cloud projects, but I couldn't find any ACC-specific alternatives in the ACC Documentation