Skip to main content

Step 21: Add a group membership create action (tutorial)

Our app is almost complete. In this step, we'll add the necessary actions to the "Update Memberships" button.

  1. Add the following action to the "Update Memberships" button: - Action Type: Target System Function Execution - Description: Add Memberships {add_cn} - System: AD - Function: MembershipCreate
  2. Set the following Input mappings: | Name | Value Source | Constant Value / Variable | | --- | --- | --- | | group | variable | add_objectGUID | | member | variable | new_objectGUID |
  3. Add a second action to the "Update Memberships" button: - Action Type: Restart app
  4. We'll click Save to save our progress so far.

Next: Step 22: Run mode