POST
api/Update-user
Request Information
Body Parameters
UserAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| AdminMemberId | integer |
None. |
|
| UserName | string |
Required Matching regular expression pattern: ^[ a-zA-Z]+$ String length: inclusive between 0 and 100 |
|
| Password | string |
None. |
|
| string |
Required Matching regular expression pattern: ^([\w\.\-]+)@([\w\-]+)((\.(\w){2,3})+)$ |
||
| DisplayName | string |
Required Matching regular expression pattern: ^[ a-zA-Z]+$ String length: inclusive between 0 and 100 |
|
| AdminUserTypeId | integer |
None. |
|
| ClientId | integer |
None. |
|
| Phone | string |
Required Data type: PhoneNumber Matching regular expression pattern: ^([0-9]{10})$ String length: inclusive between 10 and 20 |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| IsMposActive | boolean |
None. |
|
| DialCode | string |
None. |
|
| AboutMe | string |
None. |
Request Formats
application/json, text/json
{
"AdminMemberId": 1,
"UserName": "sample string 2",
"Password": "sample string 3",
"Email": "sample string 4",
"DisplayName": "sample string 5",
"AdminUserTypeId": 6,
"ClientId": 7,
"Phone": "sample string 8",
"CreatedBy": "sample string 9",
"CreatedOn": "2026-02-05T19:20:47.0854487+00:00",
"IsMposActive": true,
"DialCode": "sample string 12",
"AboutMe": "sample string 13"
}
text/html
{"AdminMemberId":1,"UserName":"sample string 2","Password":"sample string 3","Email":"sample string 4","DisplayName":"sample string 5","AdminUserTypeId":6,"ClientId":7,"Phone":"sample string 8","CreatedBy":"sample string 9","CreatedOn":"2026-02-05T19:20:47.0854487+00:00","IsMposActive":true,"DialCode":"sample string 12","AboutMe":"sample string 13"}
application/xml, text/xml
<UserAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.User"> <AboutMe>sample string 13</AboutMe> <AdminMemberId>1</AdminMemberId> <AdminUserTypeId>6</AdminUserTypeId> <ClientId>7</ClientId> <CreatedBy>sample string 9</CreatedBy> <CreatedOn>2026-02-05T19:20:47.0854487+00:00</CreatedOn> <DialCode>sample string 12</DialCode> <DisplayName>sample string 5</DisplayName> <Email>sample string 4</Email> <IsMposActive>true</IsMposActive> <Password>sample string 3</Password> <Phone>sample string 8</Phone> <UserName>sample string 2</UserName> </UserAccount>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: IHttpActionResult
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample not available.
