Skip to main content
Skip table of contents

Group Membership: Transfer Membership

Tag: SelectedGroupMembershipTransfer

SelectedGroupMembershipTransfer automates the action of transferring the group membership of one user to another user in the Group Delivery Management grid.


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

This also works in On-Premises Group Memberships module

Group-Membership-Transfer


Tag Attributes

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

Detailed Description

add-to-1-selected-groups

To transfer group membership of a user to other users:

  • Select the user row(s) in the Group Delivery Management grid
  • Use SelectedGroupMembershipTransfer with a selection of target user(s) in the grid in the dialog


add-to-1-selected-groups-column-settings


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

Example Script

XML
<ytriaAutomation Application="sapio365">
	<Select lines="ByValue">
		<SetParam columnID="displayName" value="Christoph Werner" and="true"/>
		<SetParam columnID="groupDisplayName" value="sg-Executive"/>
	</Select>
	<SelectedGroupMembershipTransfer loadDirectory="true">
		<Select columnID="DISPLAYNAME" value="Claudia Pugliesi"/>
	</SelectedGroupMembershipTransfer>
	<Save/>
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.