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