Search K
Appearance
Appearance
Retrieves users or industry roles from an Autodesk Construction Cloud account or project.
Use this task to pull a list of users or roles from ACC for reporting, auditing, or driving downstream provisioning logic in a workflow. Depending on the selected data type you can retrieve all users across an entire hub, users within a specific project, or the set of industry roles available in a project.
| Field | Type | Required | Description |
|---|---|---|---|
| Hub Name | Text | Yes | The friendly name of the ACC Hub/Account as shown in the ACC web app. |
| Data Type | Dropdown | Yes | What to retrieve: Account Users, Project Users, or Project Roles. |
| Project Name | Text | No | Name of the ACC project to query. Required when Data Type is Project Users or Project Roles. |
| Email Filter | Text | No | Filter results to a specific user by email address. Leave empty to return all records. Only applies when Data Type is Account Users or Project Users. |
Project Name is only shown when Data Type is set to Project Users or Project Roles.
Email Filter is only shown when Data Type is set to Account Users or Project Users.
| Name | Description |
|---|---|
| AccountUsers | List of account-level user objects. Populated when Data Type is Account Users. |
| ProjectUsers | List of project-level user objects. Populated when Data Type is Project Users. |
| ProjectRoles | List of industry role objects available in the project. Populated when Data Type is Project Roles. |
| UserCount | Total number of users returned. Populated for Account Users and Project Users. |
| RoleCount | Total number of roles returned. Populated for Project Roles. |