Skip to main content

ACC Administrator

Introduction

note

Only Node.js is available for the tutorial.

In this tutorial we're going to build an APS application that will let us browse Hubs and Projects of our authenticated user in Autodesk Construction Cloud, list all the information of projects and project users, you can also export these information to a CSV file easily, but most important, the tutorial will show case how to import multiple projects into a selected account based on a template project list csv file, or import multiple users into a selected project from user list template csv file.

note

Make sure to provision access to your ACC accounts so that the application can see your projects.

We will use the following components of the platform:

tip

If you're not interested in building the application from scratch, and you just want to try and run it locally, the complete implementation is available on GitHub: