Message 1 of 3
programmatically adding a project to a hub and inviting contributors to it

Not applicable
05-17-2017
04:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a hub in Autodesk and I am the administrator of it.
I am successfully using the forge Nuget library to do the following (windows, C#, Server-side):
- Authenticate
- List my hubs
- List the projects in a hub
- Upload a file to a project in the hub
I am still having problems with:
- Programmatically creating a new project in the hub
- Inviting viewers to the project
However, using the https://jerusalem2.autodesk360.com viewer – I can create new projects and invite people to it.
I looked through the API documentation and found the following capabilities:
But the documentation says I need an account_id. I don't have one and I don't know where to get it from
- Invite people to a project: https://developer.autodesk.com/en/docs/bim360/v1/reference/http/users-POST/
Again – account_id needed
What am I missing?
I know that the forge nugget is in beta, and I am willing to use the CURL solution in the documentation, but still – account_id – I don't have it?
Thanks,
Yoni