OverviewCopy link to clipboard
The Reactivate User smart service allows you to select a user whose access to the system was previously disabled and re-enable the user account. You must be a System Administrator in order to perform this task.
Caution: Attempting to complete this task without sufficient user rights causes an alert to be sent to the Process Administrator, and pauses the process.
PropertiesCopy link to clipboard
-
Category: Identity Management
-
Icon:
-
Assignment Options: Attended/Unattended
Configuration optionsCopy link to clipboard
This section contains tab configuration details specific to this smart service. For more information about common configurations see the Process Node Properties page.
Data tabCopy link to clipboard
This tab displays the node inputs and node outputs for the service node. You can add additional inputs and outputs, if needed.
Node inputsCopy link to clipboard
The default inputs are:
Input | Data Type | Required | Multiple |
---|---|---|---|
User | User | Yes | No |
If the node is run without being assigned to a user (or a group) you must specify values for each of the Node Inputs listed in the table above. You can either manually enter data into the text-field, or a value can be generated using the Expression Editor. When using the Expression Editor, you can reference and modify Process Variables, rules, constants, and other data. The expressions then populate your Node Input values.
If the node is assigned, the Node Input values are typed by your assigned user(s) into a form.
Node outputsCopy link to clipboard
This node does not return any values.
a!reactivateUser()Copy link to clipboard
The Reactivate 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.
SyntaxCopy link to clipboard
a!reactivateUser( user, onSuccess, onError )
ParametersCopy link to clipboard
Keyword | Type | Description |
---|---|---|
|
User |
The user to reactivate. |
|
Any Type |
A list of saves or an HTTP response to execute after the smart service executes successfully. Created with |
|
Any Type |
A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with |
Feature compatibilityCopy link to clipboard
The table below lists this smart service function's compatibility with various features in Appian.
Feature | Compatibility | Note |
---|---|---|
Portals | Partially compatible | Can be used with Appian Portals if it is connected using an integration and web API. |
Offline Mobile | Incompatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Incompatible | Cannot be used to configure a process report. |
Process Events | Incompatible | Cannot be used to configure a process event node, such as a start event or timer event. |