Search K
Appearance
Appearance
Removes or deactivates a user from an Autodesk Construction Cloud project or account.
Use this task to revoke access for a user as part of an offboarding or access-review workflow. When removing from a project the user's membership is deleted; when removing from the account the user is deactivated rather than deleted, which preserves audit history. The task completes successfully even if the user is not found, so it is safe to use in workflows that may run before access has been granted.
| 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 remove. |
| Remove From | Dropdown | Yes | Whether to remove the user from a Project or from the Account. |
| Project Name | Text | No | Name of the ACC project to remove the user from. Required when Remove From is set to Project. |
Project Name is only shown when Remove From is set to Project.
| Name | Description |
|---|---|
| UserEmail | The email address of the user that was processed. |
| ProjectName | The name of the project the user was removed from. Populated when Remove From is Project. |
| RemovedUserId | The ACC identifier of the project user that was removed. Populated when Remove From is Project. |
| AccountUserId | The ACC identifier of the account user that was deactivated. Populated when Remove From is Account. |
| PreviousStatus | The user's account status before deactivation. Populated when Remove From is Account. |
| CurrentStatus | The user's account status after deactivation. Populated when Remove From is Account. |