PUT api/AspNetUser
Request Information
URI Parameters
None.
Body Parameters
AspNetUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| DisplayName | string |
None. |
|
| ActivateToken | string |
None. |
|
| AuthorizeToken | string |
None. |
|
| IsEnabled | boolean |
None. |
|
| UserType | string |
None. |
|
| CreatedDate | date |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| PostalCode | string |
None. |
|
| string |
None. |
||
| EmailConfirmed | boolean |
None. |
|
| PasswordHash | string |
None. |
|
| SecurityStamp | string |
None. |
|
| PhoneNumber | string |
None. |
|
| PhoneNumberConfirmed | boolean |
None. |
|
| TwoFactorEnabled | boolean |
None. |
|
| LockoutEndDateUtc | date |
None. |
|
| LockoutEnabled | boolean |
None. |
|
| AccessFailedCount | integer |
None. |
|
| UserName | string |
None. |
|
| ClearHistoryFlag | string |
None. |
|
| AspNetUserClaims | Collection of AspNetUserClaim |
None. |
|
| AspNetUserLogins | Collection of AspNetUserLogin |
None. |
|
| AspNetUserRoles | Collection of AspNetUserRole |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
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. |