GET api/User

Get the logged-in user details

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

User
NameDescriptionTypeAdditional information
Code

string

None.

Name

string

None.

Profile

string

None.

AllowTimeOverlap

boolean

None.

WOMHRealTime

The work order information of the real time man-hour record

MHRealTime

None.

Access

The user access to the API areas

UserAccess

None.

Permissions

Collection of string

None.

MustChangePassword

boolean

None.

CanChangePassword

boolean

None.

EntityType

InternalExternal

None.

Response Formats

Sample:
{
  "Code": "001",
  "Name": "John",
  "AllowTimeOverlap": false,
  "Access": {
    "Web": false,
    "MaintenanceRequest": true,
    "StoreRequest": false,
    "PurchaseRequest": false
  },
  "MustChangePassword": false,
  "CanChangePassword": false,
  "EntityType": 0
}
Sample:

Sample not available.

Sample:

Sample not available.

Sample:

Sample not available.