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 Name | Attribute Value |
---|---|
field | username |
value | username of the External users |
Example Script
<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>