ThomasAPIService GetPersonDetails Method Thomas API Webservices Reference Guide
Retrieves the details of a specific person

Namespace: Thomas.APIServices
Assembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public Person GetPersonDetails(
	Guid AgentGUID,
	string AuthToken,
	string PersonRefID
)

Parameters

AgentGUID
Type: OnlineSystem Guid
The Agent GUID of the client
AuthToken
Type: OnlineSystem String
The authentication token of the client
PersonRefID
Type: OnlineSystem String
The reference ID of the person to be retrieved

Return Value

The Person object with details populated
See Also