Searches the database for people with a specified name
Namespace: Thomas.APIServicesAssembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Parameters
- AgentGUID
- Type:
System.Guid
The Agent GUID of the client
- AuthToken
- Type:
System.String
The authentication token of the client
- Name
- Type:
System.String
The text to search for within the person's name
Return Value
A ResultsList of People that match the supplied criteriaSee Also