Add a group membership create action
App tutorial · Step 21 of 25
Build a three-form app that creates an Active Directory user and manages its group memberships.
Our app is almost complete. In this step, we'll add the necessary actions to the "Update Memberships" button.
- Add the following action to the "Update Memberships" button: - Action Type: Target System Function Execution - Description: Add Memberships {add_cn} - System: AD - Function: MembershipCreate
- Set the following Input mappings: | Name | Value Source | Constant Value / Variable | | --- | --- | --- | | group | variable | add_objectGUID | | member | variable | new_objectGUID |
- Add a second action to the "Update Memberships" button: - Action Type: Restart app
- We'll click Save to save our progress so far.