Returns (Task)
Find the current User.(find You)
Name | Description |
---|
Example in C#
// Returns: UserInfo
var userInfo = await client.GetCurrentUserAsync();
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/currentuser \
-H 'Authorization: Bearer TOKEN_GOES_HERE'