ManageGroupMembership (V2)

The ManageGroupMembership activity enables you to automate the addition (or removal) of a student group member. The activity captures a Group Id and a Student Id from an event.

Use the LookupStudentGroup (V2) activity to capture the Group Id from an event and to identify the Group (name).

Manage Group Membership

Properties

ManageGroupMembership Properties
Property Value Required Notes
Action InArgument<GroupAction> Yes A drop-down list enabling you to select an action to take when the event occurs. The options are:

  • Add to Group

    See AddStudentToGroupRequest Class in the Anthology Student Object Library.

  • Remove from Group

    See RemoveStudentFromGroupRequest Class in the Anthology Student Object Library.

DisplayName String No Specify a name for the activity or accept the default.
Group Id InArgument<Int32> Yes The Group Id captured from an event.
Student Id InArgument<Int32> Yes The Student Id captured from an event.
ValidationMessages OutArgument
<ValidationMessageCollection
>
No Specify a variable that can be used to capture validation messages. For more information, see Capture Validation Errors.