PersonSearchParameters data structure

Element

Description

Type

Occurrences

attribute

List of Custom Attributes to search for

SoapAttribute

0-unlimited

customField

List of Custom Fields to search for

SoapCustomField

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

Specification:

<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>

Example