Previous Topic

Book Contents

Get Current User

Returns the currently authenticated user account record.

GET /system/currentUser

Headers

Model Schema

Field

Datatype

Filterable

Sortable

UserId

int

FirstName

string

LastName

string

Email

string

CreationDate

string

 

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" 
}