Remove Group Admins Smart Service

Overview

The Remove Group Admins node allows you to select one or more users within a group who have administrative rights over the group, and remove those rights. You must be a System Administrator in order to remove an administrator from a group.

CAUTION: The Remove Group Admins Service Node can only be executed by a System Administrator. A group Administrator cannot remove another group administrator. Attempting to complete this task without sufficient user rights causes a an alert to be sent to the Process Administrator and the process is paused.

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

This tab displays the Node Inputs and Node Outputs for the Service Node. You can add additional inputs and outputs, if needed. The default inputs are:

Input Data Type Required Multiple
Choose Administrators People Yes Yes
Group Group 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.

The "Remove Group Admins" Service Node does not return any values.

a!removeGroupAdmins()

The Remove Group Admins smart service is available as an expression function that can be executed inside a saveInto on a component or as part of a Web API.

Syntax

a!removeGroupAdmins(group, administratorsToRemove, onSuccess, onError)

Inputs

  • group (Group): The users to remove as administrators of this group.
  • administratorsToRemove (List of User or Group): The users that will be removed as administrators.
  • 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