Search K
Appearance
Appearance
Adds a user to an Autodesk Construction Cloud account and optionally to a specific project with defined product access and roles.
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.
| Field | Type | Required | Description |
|---|---|---|---|
| Hub Name | Text | Yes | The friendly name of the ACC Hub/Account as shown in the ACC web app. |
| User Email | Text | Yes | Email address of the user to add. The user will be invited to the ACC account. |
| Project Name | Text | No | Name of the ACC project to add the user to. If left empty the user is added to the account only. |
| Company Name | Text | No | Company to associate the user with when adding to a project. Defaults to the first available company if not specified. |
| Product Access | List | No | One 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 Names | List | No | Industry role names to assign within the project. Names must match roles that already exist in the project. |
| Name | Description |
|---|---|
| UserEmail | The email address of the user that was processed. |
| AccountUser | The ACC account-level user object returned after the user was added or confirmed in the account. |
| ProjectUser | The ACC project-level user object returned after the user was added or confirmed in the project. Only present when a Project Name was supplied. |
| Actions | A list of action descriptions summarising what the task did, such as "Added to account" or "Added to project". |