Tag: ShowUsers

ShowUsers launches the All Users module.

With the Filter attribute, the Filtered list of Users module is launched.



<ShowUsers/>
XML

Tag Attributes

AttributesAttributes ValueComment
KeepAliveTrue / False Defaults to True
FilterFilter string for the Options dialogAs seen in Filter editor Result -- see below


Example Script

<ytriaAutomation>
	<ShowUsers Filter="department ne 'IT'">
	...
	</ShowUsers>
</ytriaAutomation>
XML