Group Members: Move to

Tag: SelectedGroupMemberMove

The SelectedGroupMemberMove function automates the action of moving members to another group in the Group Members Grid.


XML
<Select columnID=""'<column ID>"" value=""<value in column>"" />


This also works in On-Premises Group Memberships module

group-member-move


Tag Attributes

Attributes

Attribute Value

KeepAlive

TRUE / FALSE - Defaults to FALSE

loadDirectory

TRUE / FALSE - Defaults to FALSE / When set to TRUE, this parameter loads the full directory as if you'd clicked the dialog button.

GroupAction

If a mixed selection of users and groups is made, a dialog box will appear asking you what to copy.


Detailed Description

add-to-1-selected-groups


sapio365-move-to-groups-or-members


To select, you can use any of the default grid selection methods:

  • Select Rows in Grid

  • Select Rows From List

  • Select Rows - inversion

  • Select / Filter from file


column settings

Example Script

XML
<ytriaAutomation Application="sapio365">
	<Select lines="ByValue">
		<SetParam columnID="userDisplayName" value="Seung-In Jang"/>
	</Select>
	<SelectedGroupMemberMove loadDirectory="true">
		<Select columnID="PRINCIPALNAME" value="Innovation Corner"/>
	</SelectedGroupMemberMove>
	<Save/>
</ytriaAutomation>