This method is used to find a registered user or registered users.
| Parameter | Type | Requirement | Description |
|---|---|---|---|
| username | xsd:string | Mandatory – cannot be null or empty | The username of the registered user who will search for the user/s |
| password | xsd:string | Mandatory – cannot be null or empty | The password of the registered user who will search for the user/s |
| encodedPassword | xsd:boolean | Optional – can be null (indicates false) | Indicates whether the password parameter is MD5 encoded |
| searchTerm | xsd:string | Mandatory – cannot be null or empty | The email or first name of the user to find |
| searchType | xsd:int | Mandatory – cannot be null or empty | indicates the searchTerm is email or first name 0 - search by email 1 - search by first name |
Type: xsd:string
Possible return xml:
Will return multiple finduserdetails if using wildcards in search (e.g e* will return all users with email starting with e)
<findusers>
<finduserdetails>
<emailaddress>example@isentry.com</emailaddress>
<firstname>Name</firstname>
<lastname>Example<lastname>
<finduserdetails>
<findusers>