Skip to content

Add ACC User ​

Adds a user to an Autodesk Construction Cloud account and optionally to a specific project with defined product access and roles.

Purpose ​

Use this task when a workflow needs to provision access for a new team member in ACC. It handles the full onboarding sequence: ensuring the user exists at the account level, then adding them to a project with the appropriate product licences and industry roles. If the user already exists at any stage, the task applies only the changes that are needed rather than failing.

Inputs ​

FieldTypeRequiredDescription
Hub NameTextYesThe friendly name of the ACC Hub/Account as shown in the ACC web app.
User EmailTextYesEmail address of the user to add. The user will be invited to the ACC account.
Project NameTextNoName of the ACC project to add the user to. If left empty the user is added to the account only.
Company NameTextNoCompany to associate the user with when adding to a project. Defaults to the first available company if not specified.
Product AccessListNoOne or more product and access-level pairs to assign. Each entry requires a Product (e.g. docs, build) and an Access Level (administrator, member, or none).
Role NamesListNoIndustry role names to assign within the project. Names must match roles that already exist in the project.

Outputs ​

NameDescription
UserEmailThe email address of the user that was processed.
AccountUserThe ACC account-level user object returned after the user was added or confirmed in the account.
ProjectUserThe ACC project-level user object returned after the user was added or confirmed in the project. Only present when a Project Name was supplied.
ActionsA list of action descriptions summarising what the task did, such as "Added to account" or "Added to project".

Tentech