Search code examples
autodesk-data-managementautodesk-bim360

GET users endpoint returns 1003: Client id has no access to the account


I am trying to hit the GET users endpoint on the BIM 360 API using this guide.

I have a Forge integration set on my BIM 360 Account Admin page, which includes Account Administration privileges. I followed the directions on the docs to remove the "b." from my hub id to get the account id, but when I hit the enpoint it returns "1003: Client has no access to the account"


Solution

  • This endpoint request a 2 legged access token with account:read scope and a Forge App that was previously provisioned within that BIM 360 Account.