Deactivate User Smart Service

Overview

The Deactivate User smart service allows you to select an existing user and disable them from the system. Deactivated users are still present in the system, but will not be able to log in. You must be a System Administrator or the Administrator user account in order to perform this task.

CAUTION: The Deactivate User node can only be run with System Administrator rights. Attempting to run this node without sufficient user rights causes a run-time exception that pauses the process and sends an alert to the Process Administrator.

The Administrator user account cannot be deactivated using this smart service.

The Deactivate User node is located under Appian Smart Services > Identity Management in the Process Modeler Palette.

Properties

  • Category: Identity Management

  • Icon:

  • Assignment Options: Attended/Unattended

Configuration Options

This section contains tab configuration details specific to this smart service. For more information about common configurations see the Process Node Properties page.

Data Tab

The Data Tab displays the Node Inputs and Node Outputs for the Service Node. You can add additional inputs and outputs, if needed. The default input is:

Input Data Type Required Multiple
User User Yes No

a!deactivateUser()

The Deactivate User smart service is available as an expression function that can be executed inside a saveInto parameter on an interface component or as part of a Web API.

Syntax

a!deactivateUser(user, onSuccess, onError)

Inputs

  • user (user): The user to deactivate.
  • onSuccess (Any Type): A list of saves or an HTTP response to execute after the smart service executes successfully. Created with a!save() or a!httpResponse().
  • onError (Any Type): A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with a!save() or a!httpResponse().
Open in Github Built: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK