purplerain231
purplerain231

Reputation: 26

BIM 360 Is there a way of retrieving the account_id on behalf of the authorized user

I am attempting to build an integration into our web application which allows user's to link their BIM360 account with our account. The ultimate goal is to call the BIM360 API and pull projects on behalf of the Authenticated user.

I am not seeing a way of obtaining the user's account id so that I can make a request to this api https://developer.api.autodesk.com/hq/v1/accounts/:account_id/projects on the user's behalf.

Upvotes: 0

Views: 160

Answers (1)

purplerain231
purplerain231

Reputation: 26

The https://forge.autodesk.com/en/docs/data/v2/reference/http/hubs-GET/ resource is able to provide me with what I need.

Upvotes: 0

Related Questions