POST api/users/Profile/Update
Request Information
URI Parameters
None.
Body Parameters
UserEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Mobile | string |
Required String length: inclusive between 0 and 10 |
|
| UserName | string |
String length: inclusive between 0 and 200 |
|
| EmailId | string |
String length: inclusive between 0 and 250 |
|
| FullAddress | string |
String length: inclusive between 0 and 250 |
|
| LastLoginOn | date |
None. |
|
| Otp | string |
None. |
|
| OtpValidTill | date |
None. |
|
| IsOtpValid | boolean |
None. |
|
| Password | string |
None. |
|
| Gender | string |
None. |
|
| StateDescrip | string |
None. |
|
| City | string |
None. |
|
| PinCode | string |
None. |
|
| DOB | date |
None. |
|
| UserType | string |
None. |
|
| DisplayName | string |
None. |
|
| PreviousLogin | date |
None. |
|
| Status | integer |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | string |
String length: inclusive between 0 and 256 |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | string |
String length: inclusive between 0 and 256 |
|
| EntityState | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "3f6d8249-6a56-4ee5-9fb2-01c44b827ac4",
"Mobile": "sample string 2",
"UserName": "sample string 3",
"EmailId": "sample string 4",
"FullAddress": "sample string 5",
"LastLoginOn": "2026-02-04T07:14:07.4090743+05:30",
"Otp": "sample string 6",
"OtpValidTill": "2026-02-04T07:14:07.4090743+05:30",
"IsOtpValid": true,
"Password": "sample string 9",
"Gender": "sample string 10",
"StateDescrip": "sample string 11",
"City": "sample string 12",
"PinCode": "sample string 13",
"DOB": "2026-02-04T07:14:07.4090743+05:30",
"UserType": "sample string 14",
"DisplayName": "sample string 15",
"PreviousLogin": "2026-02-04T07:14:07.4090743+05:30",
"Status": 16,
"CreatedOn": "2026-02-04T07:14:07.4090743+05:30",
"CreatedBy": "sample string 17",
"ModifiedOn": "2026-02-04T07:14:07.4090743+05:30",
"ModifiedBy": "sample string 18",
"EntityState": 19
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.