Skip to main content

NIM

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:

    2023-10-24_11-16-40.jpg
    • Action Type: Target System Function Execution

    • Description: Add Memberships {add_cn}

    • System: AD

    • Function: MembershipCreate

  2. Set the following Input mappings:

    2023-10-24_11-18-43.jpg

    Name

    Value Source

    Constant Value / Variable

    group

    variable

    add_objectGUID

    member

    variable

    new_objectGUID

  3. Add a second action to the "Update Memberships" button:

    2023-10-24_11-30-24.jpg
    • Action Type: Restart app

  4. We'll click Save to save our progress so far.

    2023-10-27_14-18-00.jpg

Next: Step 22: Run mode