SelectedChannelExternalMemberAdd along with the applicable SetParam options, lets you add External users to the selected channels by providing the username.
SetParam Options
|
Attribute Name |
Attribute Value |
|---|---|
|
field |
username |
|
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>