POST api/User/PostByUsernameAndPassword
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| UserGuidNo | globally unique identifier |
Required |
|
| Username | string |
Required String length: inclusive between 0 and 500 |
|
| Password | string |
String length: inclusive between 0 and 500 |
|
| FirstName | string |
String length: inclusive between 0 and 50 |
|
| MiddleName | string |
String length: inclusive between 0 and 50 |
|
| LastName | string |
String length: inclusive between 0 and 50 |
|
| SuffixName | string |
String length: inclusive between 0 and 50 |
|
| BirthDate | date |
None. |
|
| Address | string |
String length: inclusive between 0 and 250 |
|
| HomeNo | string |
String length: inclusive between 0 and 50 |
|
| ContactNo | string |
String length: inclusive between 0 and 50 |
|
| string |
String length: inclusive between 0 and 50 |
||
| UserRoleId | integer |
None. |
|
| UserRole | UserRole |
None. |
|
| UserImageFilePath | string |
String length: inclusive between 0 and 500 |
|
| LastLogin | date |
None. |
|
| LocationPolygonId | integer |
None. |
|
| LocationPolygon | LocationPolygon |
None. |
|
| IsStreamIncluded | boolean |
None. |
|
| IsApawsIncluded | boolean |
None. |
|
| CreatedById | integer |
None. |
|
| CreatedDateTime | date |
Data type: Date |
|
| UpdatedById | integer |
None. |
|
| UpdatedDateTime | date |
Data type: Date |
|
| UpdateRemarks | string |
Max length: 1500 |
|
| DeletedDateTime | date |
Data type: Date |
|
| IsDeleted | boolean |
None. |
|
| ResetPasswordGuid | globally unique identifier |
None. |
|
| ResetPasswordDate | date |
None. |
|
| EmailSMSNotificationUserSettings | Collection of EmailSMSNotificationUserSetting |
None. |
|
| IsAccountExpirationEnabled | boolean |
None. |
|
| AccountExpirationDateTime | date |
None. |
|
| OldPassword | string |
Data type: Password Max length: 50 |
|
| NewPassword | string |
Data type: Password Max length: 50 String length: inclusive between 6 and 50 |
|
| ConfirmPassword | string |
Data type: Password Max length: 50 |
|
| EmailSMSNotifications | Collection of EmailSMSNotification |
None. |
|
| IsEmailEnabled | boolean |
None. |
|
| IsSmsEnabled | boolean |
None. |
|
| LocationPolygonName | string |
None. |
Request Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |