Claim Page APIOperations
Returns basic information about the currently logged user.
Response Body
application/json
curl -X GET "https://example.com/api/user/logged-user-info"{ "userFullName": "string", "isImpersonating": true}application/json
curl -X GET "https://example.com/api/user/logged-user-info"{ "userFullName": "string", "isImpersonating": true}