GET api/Settings/GetLoggedUser
Getting the current user
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Result containing data of the current user
ObjResultOfLoggedUserName | Description | Type | Additional information |
---|---|---|---|
Data | LoggedUser |
None. |
|
Error |
Error description |
string |
None. |
Success |
Flag of successful operation |
boolean |
None. |
ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "name": "sample string 1", "guid": "a9117705-fcf3-4fcc-ad47-6b0122d756fd", "isAdmin": true }, "error": "sample string 1", "success": true, "errorCode": 3 }