Returns (Task)
Find the Person in the designated Folder that has a particular card.
Name | Description |
---|---|
folder | |
card |
Example in C#
// Returns: PersonInfo
var personInfo = await client.GetPersonByActiveCardAsync(FolderInfo folder, Int64 card);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people?card=CARD_NUMBER \
-H 'Authorization: Bearer TOKEN_GOES_HERE'