POST UserMasterAPI/UpdateUserData

Request Information

URI Parameters

None.

Body Parameters

UserModel
NameDescriptionTypeAdditional information
NtID

string

None.

Password

string

None.

EmployeeName

string

None.

EmployeeID

string

None.

EmployeeEmail

string

None.

EmployeeDepartment

string

None.

EmployeeProgram

string

None.

EmployeeLocationName

string

None.

EmployeeSupervisor

string

None.

Type

string

None.

RoleName

string

None.

IsNtLogin

boolean

None.

XMLData

string

None.

ContactNumber

string

None.

ProfileImage

string

None.

Title

string

None.

LastLogin

date

None.

FIRSTNAME

string

None.

LASTNAME

string

None.

CurrentDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "NtID": "sample string 1",
  "Password": "sample string 2",
  "EmployeeName": "sample string 3",
  "EmployeeID": "sample string 4",
  "EmployeeEmail": "sample string 5",
  "EmployeeDepartment": "sample string 6",
  "EmployeeProgram": "sample string 7",
  "EmployeeLocationName": "sample string 8",
  "EmployeeSupervisor": "sample string 9",
  "Type": "sample string 10",
  "RoleName": "sample string 11",
  "IsNtLogin": true,
  "XMLData": "sample string 13",
  "ContactNumber": "sample string 14",
  "ProfileImage": "sample string 15",
  "Title": "sample string 16",
  "LastLogin": "2026-07-27T12:10:37.6017925+00:00",
  "FIRSTNAME": "sample string 17",
  "LASTNAME": "sample string 18",
  "CurrentDate": "sample string 19"
}

application/xml, text/xml

Sample:
<UserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMS.Models">
  <ContactNumber>sample string 14</ContactNumber>
  <CurrentDate>sample string 19</CurrentDate>
  <EmployeeDepartment>sample string 6</EmployeeDepartment>
  <EmployeeEmail>sample string 5</EmployeeEmail>
  <EmployeeID>sample string 4</EmployeeID>
  <EmployeeLocationName>sample string 8</EmployeeLocationName>
  <EmployeeName>sample string 3</EmployeeName>
  <EmployeeProgram>sample string 7</EmployeeProgram>
  <EmployeeSupervisor>sample string 9</EmployeeSupervisor>
  <FIRSTNAME>sample string 17</FIRSTNAME>
  <IsNtLogin>true</IsNtLogin>
  <LASTNAME>sample string 18</LASTNAME>
  <LastLogin>2026-07-27T12:10:37.6017925+00:00</LastLogin>
  <NtID>sample string 1</NtID>
  <Password>sample string 2</Password>
  <ProfileImage>sample string 15</ProfileImage>
  <RoleName>sample string 11</RoleName>
  <Title>sample string 16</Title>
  <Type>sample string 10</Type>
  <XMLData>sample string 13</XMLData>
</UserModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.