POST api/User
Request Information
URI Parameters
None.
Body Parameters
UserEnitity| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| SecurityId | globally unique identifier |
None. |
|
| Username | string |
None. |
|
| EmailAddress | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Enabled | boolean |
None. |
|
| CreatedDateUtc | date |
None. |
|
| TwoFactorEnabled | boolean |
None. |
|
| AccessFailedCount | integer |
None. |
|
| LockoutEnabled | boolean |
None. |
|
| LockedEndDateUtc | date |
None. |
|
| LockedDateTimeUtc | date |
None. |
|
| IsLocked | boolean |
None. |
|
| PrefixId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| MiddleName | string |
None. |
|
| GenderId | integer |
None. |
|
| PrimaryLanguageId | integer |
None. |
|
| SecondaryLanguage | string |
None. |
|
| Title | string |
None. |
|
| MobileNumber | string |
None. |
|
| LocationId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedUserID | integer |
None. |
|
| CreatedUserID | integer |
None. |
|
| DepartmentId | integer |
None. |
|
| FullName | string |
None. |
|
| UserImageLocation | string |
None. |
|
| TotalRecords | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Password | string |
None. |
|
| ActiveSubTab | integer |
None. |
|
| Extension | string |
None. |
|
| ChangePassword | boolean |
None. |
|
| AutoGenerated | boolean |
None. |
|
| UserPassword | UserPasswordEntity |
None. |
|
| Name | string |
None. |
|
| DepartmentName | string |
None. |
|
| RoleId | integer |
None. |
|
| IsRemoved | boolean |
None. |
|
| IsAdded | boolean |
None. |
|
| RoleName | string |
None. |
|
| UserRoleCreatedBy | integer |
None. |
|
| UserRoleCreatedByName | string |
None. |
|
| ContactTypeID | integer |
None. |
|
| ContactType | string |
None. |
|
| RolesList | Collection of RoleEntity |
None. |
|
| BranchList | Collection of BranchEntity |
None. |
|
| DepartmentList | Collection of DepartmentEntity |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.