GET api/SupportUserLogin/GetLoginEmpDetails?struserName={struserName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
struserName

string

Required

Body Parameters

None.

Response Information

Resource Description

SupportUserLoginEmpResult
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

supportUserLogin

Collection of SupportUserLoginEmp

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "supportUserLogin": [
    {
      "EMPMST_NAME": "sample string 1",
      "PORTAL_ROLE": "sample string 2",
      "TESTER_ACCESS": true,
      "EMPMST_REPORTING_MANAGER": "sample string 4",
      "EMPMST_LOCATION": "sample string 5",
      "EMPMST_DEPARTMENT": "sample string 6",
      "DOB": "2026-09-06T16:21:39.8566344+04:00",
      "DOJ": "2026-09-06T16:21:39.8566344+04:00",
      "DESIGNATION": "sample string 9",
      "PORTAL_DETARTMENT": "sample string 10",
      "EMPMST_SHIFT": "sample string 11"
    },
    {
      "EMPMST_NAME": "sample string 1",
      "PORTAL_ROLE": "sample string 2",
      "TESTER_ACCESS": true,
      "EMPMST_REPORTING_MANAGER": "sample string 4",
      "EMPMST_LOCATION": "sample string 5",
      "EMPMST_DEPARTMENT": "sample string 6",
      "DOB": "2026-09-06T16:21:39.8566344+04:00",
      "DOJ": "2026-09-06T16:21:39.8566344+04:00",
      "DESIGNATION": "sample string 9",
      "PORTAL_DETARTMENT": "sample string 10",
      "EMPMST_SHIFT": "sample string 11"
    }
  ]
}

text/html

Sample:
{"status":"sample string 1","message":"sample string 2","supportUserLogin":[{"EMPMST_NAME":"sample string 1","PORTAL_ROLE":"sample string 2","TESTER_ACCESS":true,"EMPMST_REPORTING_MANAGER":"sample string 4","EMPMST_LOCATION":"sample string 5","EMPMST_DEPARTMENT":"sample string 6","DOB":"2026-09-06T16:21:39.8566344+04:00","DOJ":"2026-09-06T16:21:39.8566344+04:00","DESIGNATION":"sample string 9","PORTAL_DETARTMENT":"sample string 10","EMPMST_SHIFT":"sample string 11"},{"EMPMST_NAME":"sample string 1","PORTAL_ROLE":"sample string 2","TESTER_ACCESS":true,"EMPMST_REPORTING_MANAGER":"sample string 4","EMPMST_LOCATION":"sample string 5","EMPMST_DEPARTMENT":"sample string 6","DOB":"2026-09-06T16:21:39.8566344+04:00","DOJ":"2026-09-06T16:21:39.8566344+04:00","DESIGNATION":"sample string 9","PORTAL_DETARTMENT":"sample string 10","EMPMST_SHIFT":"sample string 11"}]}

application/xml, text/xml

Sample:
<SupportUserLoginEmpResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuntechSupportServices.Models.CustomerSupport">
  <message>sample string 2</message>
  <status>sample string 1</status>
  <supportUserLogin>
    <SupportUserLoginEmp>
      <DESIGNATION>sample string 9</DESIGNATION>
      <DOB>2026-09-06T16:21:39.8566344+04:00</DOB>
      <DOJ>2026-09-06T16:21:39.8566344+04:00</DOJ>
      <EMPMST_DEPARTMENT>sample string 6</EMPMST_DEPARTMENT>
      <EMPMST_LOCATION>sample string 5</EMPMST_LOCATION>
      <EMPMST_NAME>sample string 1</EMPMST_NAME>
      <EMPMST_REPORTING_MANAGER>sample string 4</EMPMST_REPORTING_MANAGER>
      <EMPMST_SHIFT>sample string 11</EMPMST_SHIFT>
      <PORTAL_DETARTMENT>sample string 10</PORTAL_DETARTMENT>
      <PORTAL_ROLE>sample string 2</PORTAL_ROLE>
      <TESTER_ACCESS>true</TESTER_ACCESS>
    </SupportUserLoginEmp>
    <SupportUserLoginEmp>
      <DESIGNATION>sample string 9</DESIGNATION>
      <DOB>2026-09-06T16:21:39.8566344+04:00</DOB>
      <DOJ>2026-09-06T16:21:39.8566344+04:00</DOJ>
      <EMPMST_DEPARTMENT>sample string 6</EMPMST_DEPARTMENT>
      <EMPMST_LOCATION>sample string 5</EMPMST_LOCATION>
      <EMPMST_NAME>sample string 1</EMPMST_NAME>
      <EMPMST_REPORTING_MANAGER>sample string 4</EMPMST_REPORTING_MANAGER>
      <EMPMST_SHIFT>sample string 11</EMPMST_SHIFT>
      <PORTAL_DETARTMENT>sample string 10</PORTAL_DETARTMENT>
      <PORTAL_ROLE>sample string 2</PORTAL_ROLE>
      <TESTER_ACCESS>true</TESTER_ACCESS>
    </SupportUserLoginEmp>
  </supportUserLogin>
</SupportUserLoginEmpResult>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="status"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="message"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[0].EMPMST_NAME"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[0].PORTAL_ROLE"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[0].TESTER_ACCESS"

True
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[0].EMPMST_REPORTING_MANAGER"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[0].EMPMST_LOCATION"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[0].EMPMST_DEPARTMENT"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[0].DOB"

2026-09-06T16:21:39.8566344+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[0].DOJ"

2026-09-06T16:21:39.8566344+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[0].DESIGNATION"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[0].PORTAL_DETARTMENT"

sample string 10
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[0].EMPMST_SHIFT"

sample string 11
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[1].EMPMST_NAME"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[1].PORTAL_ROLE"

sample string 2
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[1].TESTER_ACCESS"

True
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[1].EMPMST_REPORTING_MANAGER"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[1].EMPMST_LOCATION"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[1].EMPMST_DEPARTMENT"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[1].DOB"

2026-09-06T16:21:39.8566344+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[1].DOJ"

2026-09-06T16:21:39.8566344+04:00
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[1].DESIGNATION"

sample string 9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[1].PORTAL_DETARTMENT"

sample string 10
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="supportUserLogin[1].EMPMST_SHIFT"

sample string 11
--MultipartDataMediaFormatterBoundary1q2w3e--