Returns (Task)
Find the user associated with the designated Person.
Name | Description |
---|---|
personInfo |
Example in C#
// Returns: UserInfo
var userInfo = await client.GetUserByPersonAsync(PersonInfo personInfo);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/INSTANCE.KEY/people/PEOPLE.KEY/user \
-H 'Authorization: Bearer TOKEN_GOES_HERE'