Available Filters

Filtering is the way a request XML packet indicates to which objects to apply an operation. Parameters nested in the filter node are called filtering rule.

The filter node is presented by the RoleSelectionFilter complex type (role.xsd). Its graphical representation is as follows:

role-filter.gif

 

Examples

The following filter matches roles by ID:

   <filter>
      <id>124</id>
      <id>127</id>
   </filter>

  

The following filter matches roles by names:

   <filter>
      <name>Webmaster</name>
      <name>Accountant</name>
   </filter>