Element |
Description |
Type |
Occurrences |
---|---|---|---|
attribute |
List of Custom Attributes to search for |
0-unlimited |
|
customField |
List of Custom Fields to search for |
0-unlimited |
|
targetName |
Target name of User to search for |
string |
1 |
roleName | Name of a specific Role to which Users must belong | string | 1 |
<xs:complexType name="PersonSearchParameters">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="attribute" nillable="true" type="ns:SoapAttribute"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="customField" nillable="true" type="ns:SoapCustomField"/>
<xs:element name="targetName" nillable="true" type="xs:string"/>
<xs:element name="roleName" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>