Skip to main content
Skip table of contents

SelectedChannelMemberAdd: Add members to channels

SelectedChannelMemberAdd adds users to the selected channels. This works the same as SelectedGroupMemberAdd: Add members to Groups.

Tag Attributes

Attribute NameAttribute Value
KeepAliveTRUE / FALSE (Defaults to False)

LoadDirectory

TRUE / FALSE (Defaults to False) / When set to true, this parameter automatically loads the full directory like when the dialog box has been clicked.

Example Script

XML
<ytriaAutomation Application="sapio365">
	<Select lines="ByValue">
		<SetParam columnID="channelDisplayName" value="My Channel"/>
	</Select>
	<SelectedChannelMemberAdd>
		<Select Lines="ByValue">
			<SetParam columnID="PRINCIPALNAME" value="RosaL@M365x823975.onmicrosoft.com"/>
		</Select>
	</SelectedChannelMemberAdd>
	<Save/>
</ytriaAutomation>
JavaScript errors detected

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

If this problem persists, please contact our support.