GET api/Employee/CheckForSpecialUser?EmpID={EmpID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Employees| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeIndex | integer |
None. |
|
| EmpID | string |
None. |
|
| NetworkID | string |
None. |
|
| PeopleSoftID | string |
None. |
|
| NTLogin | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| DisplayName | string |
None. |
|
| ContactNumber | string |
None. |
|
| RoleID | string |
None. |
|
| Role | string |
None. |
|
| TimeZoneID | integer |
None. |
|
| TimeZone | string |
None. |
|
| TimeZoneName | string |
None. |
|
| MailID | string |
None. |
|
| DOJ | date |
None. |
|
| Status | string |
None. |
|
| SkipStatus | boolean |
None. |
|
| SpecialuserStatus | boolean |
None. |
|
| LoginShift | string |
None. |
|
| LoginDate | date |
None. |
|
| SignIn | date |
None. |
|
| SignOut | date |
None. |
|
| JobCloseTime | date |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | string |
None. |
|
| LastModifiedBy | string |
None. |
|
| LastModifiedOn | string |
None. |
|
| MenuSelected | string |
None. |
|
| TempStatus | string |
None. |
|
| ElapsedTime | integer |
None. |
|
| LoginIPAddress | string |
None. |
|
| CRUAgent | integer |
None. |
|
| QCAgent | integer |
None. |
|
| MappedWorkTypes | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"EmployeeIndex": 1,
"EmpID": "sample string 2",
"NetworkID": "sample string 3",
"PeopleSoftID": "sample string 4",
"NTLogin": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"DisplayName": "sample string 8",
"ContactNumber": "sample string 9",
"RoleID": "sample string 10",
"Role": "sample string 11",
"TimeZoneID": 12,
"TimeZone": "sample string 13",
"TimeZoneName": "sample string 14",
"MailID": "sample string 15",
"DOJ": "2026-06-08T11:20:39.468461+00:00",
"Status": "sample string 17",
"SkipStatus": true,
"SpecialuserStatus": true,
"LoginShift": "sample string 20",
"LoginDate": "2026-06-08T11:20:39.468461+00:00",
"SignIn": "2026-06-08T11:20:39.468461+00:00",
"SignOut": "2026-06-08T11:20:39.468461+00:00",
"JobCloseTime": "2026-06-08T11:20:39.468461+00:00",
"CreatedBy": "sample string 25",
"CreatedOn": "sample string 26",
"LastModifiedBy": "sample string 27",
"LastModifiedOn": "sample string 28",
"MenuSelected": "sample string 29",
"TempStatus": "sample string 30",
"ElapsedTime": 31,
"LoginIPAddress": "sample string 32",
"CRUAgent": 33,
"QCAgent": 34,
"MappedWorkTypes": "sample string 35"
}
application/xml, text/xml
Sample:
<Employees xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIDataLayer"> <CRUAgent>33</CRUAgent> <ContactNumber>sample string 9</ContactNumber> <CreatedBy>sample string 25</CreatedBy> <CreatedOn>sample string 26</CreatedOn> <DOJ>2026-06-08T11:20:39.468461+00:00</DOJ> <DisplayName>sample string 8</DisplayName> <ElapsedTime>31</ElapsedTime> <EmpID>sample string 2</EmpID> <EmployeeIndex>1</EmployeeIndex> <FirstName>sample string 6</FirstName> <JobCloseTime>2026-06-08T11:20:39.468461+00:00</JobCloseTime> <LastModifiedBy>sample string 27</LastModifiedBy> <LastModifiedOn>sample string 28</LastModifiedOn> <LastName>sample string 7</LastName> <LoginDate>2026-06-08T11:20:39.468461+00:00</LoginDate> <LoginIPAddress>sample string 32</LoginIPAddress> <LoginShift>sample string 20</LoginShift> <MailID>sample string 15</MailID> <MappedWorkTypes>sample string 35</MappedWorkTypes> <MenuSelected>sample string 29</MenuSelected> <NTLogin>sample string 5</NTLogin> <NetworkID>sample string 3</NetworkID> <PeopleSoftID>sample string 4</PeopleSoftID> <QCAgent>34</QCAgent> <Role>sample string 11</Role> <RoleID>sample string 10</RoleID> <SignIn>2026-06-08T11:20:39.468461+00:00</SignIn> <SignOut>2026-06-08T11:20:39.468461+00:00</SignOut> <SkipStatus>true</SkipStatus> <SpecialuserStatus>true</SpecialuserStatus> <Status>sample string 17</Status> <TempStatus>sample string 30</TempStatus> <TimeZone>sample string 13</TimeZone> <TimeZoneID>12</TimeZoneID> <TimeZoneName>sample string 14</TimeZoneName> </Employees>