Autodesk · Arazzo Workflow
Autodesk Onboard a Project and Its First Member
Version 1.0.0
Create an ACC project, resolve industry roles and the member's company, add the user, and confirm the roster.
View Spec
View on GitHub
Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainabilityArazzoWorkflows
Provider
Workflows
onboard-project-and-member
Stand up a new construction project and seat its first member.
Creates the project in the account, lists the project's industry roles, finds the member's company in the account directory, adds the user with an industry role and product access, and confirms the user appears on the project roster.
1
createNewProject
createProject
Create the project in the account. Everything downstream, including roles, is scoped to the id this returns.
2
listIndustryRoles
getIndustryRoles
List the industry roles the new project exposes. Roles are project-scoped ids, so they cannot be assigned by name.
3
resolveCompany
getCompanies
Find the member's partner company in the account directory so the user is seated against the right company rather than left unattributed.
4
seatMember
addProjectUser
Add the user to the project with their company, industry role, and product access. An invitation is sent if the email is not already in the account directory.
5
confirmRoster
getProjectUsers
Read the project roster filtered to the member's email to confirm the seat exists and to capture the access levels the service actually recorded.