Autodesk Construction Cloud (ACC) has released the Project Admin API, enabling users to create projects and manage users effectively. The new endpoints include
- `POST projects`,
- `POST projects/:projectId/users`,
- `POST projects/:projectId/users:import`,
- `PATCH projects/:projectId/users/:userId`,
- `DELETE projects/:projectId/users/:userId`.
These APIs can help developers to automatically setup their ACC projects.
You can find additional details in this blog
Comments
0 comments
Article is closed for comments.