Skip to main content
Skip table of contents

SelectedChannelExternalMemberAdd: Add External members to channels

SelectedChannelExternalMemberAdd  along with the applicable SetParam options, lets you add External users to the selected channels by providing the username.

SetParam Options

Attribute NameAttribute Value
fieldusername

value

username of the External users

Example Script

XML
<ytriaAutomation Application="sapio365">
	<Select lines="ByValue">
		<SetParam columnID="channelDisplayName" value="My Channel"/>
	</Select>
	<SelectedChannelExternalMemberAdd>
 		<SetParam field="username" value="sro.yellow@ytria.onmicrosoft.com"/>
  		<SetParam field="username" value="sbo.brown@ytria.onmicrosoft.com"/>
	</SelectedChannelExternalMemberAdd>
	<Save/>
</ytriaAutomation>
JavaScript errors detected

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

If this problem persists, please contact our support.