Get Current User
Returns the currently authenticated user account record.
GET /system/currentUser
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Auth}
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
|
|
Sample Response Model
{ "TotalRecords": 0,
"Result": { "UserId": 0,
"FirstName": "string",
"LastName": "string",
"Email": "string",
"CreationDate": "2021-07-22T10:00:30.209Z"
},
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}
