Lookup and retrieve a person’s information from the Origo system Returns (Task containing the person’s Origo information)
| Name | Description |
|---|---|
| personInfo | The person to lookup in Origo |
Example in C#
// Returns: JObject
var jObject = await client.GetPersonFromOrigo(PersonInfo personInfo);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PERSON.KEY/origo/lookup \
-H 'Authorization: Bearer TOKEN_GOES_HERE'