Skip to content

Remove ACC User ​

Removes or deactivates a user from an Autodesk Construction Cloud project or account.

Purpose ​

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.

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 remove.
Remove FromDropdownYesWhether to remove the user from a Project or from the Account.
Project NameTextNoName of the ACC project to remove the user from. Required when Remove From is set to Project.

Visibility Rules ​

Project Name is only shown when Remove From is set to Project.

Outputs ​

NameDescription
UserEmailThe email address of the user that was processed.
ProjectNameThe name of the project the user was removed from. Populated when Remove From is Project.
RemovedUserIdThe ACC identifier of the project user that was removed. Populated when Remove From is Project.
AccountUserIdThe ACC identifier of the account user that was deactivated. Populated when Remove From is Account.
PreviousStatusThe user's account status before deactivation. Populated when Remove From is Account.
CurrentStatusThe user's account status after deactivation. Populated when Remove From is Account.

Tentech