Searches the database for people that match the supplied criteria
Namespace: Thomas.APIServicesAssembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ResultsList<Person> SearchPeople( Guid AgentGUID, string AuthToken, PeopleSearchParams params )
Parameters
- AgentGUID
- Type: System Guid
The Agent GUID of the client
- AuthToken
- Type: System String
The authentication token of the client
- params
- Type: Thomas.APIServices.DataTypes PeopleSearchParams
The parameters for searching the list of people
Return Value
A ResultsList of People that match the supplied criteriaSee Also