PUT api/aspnet_Users/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
aspnet_Users| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| UserName | string |
Required String length: inclusive between 0 and 256 |
|
| LoweredUserName | string |
Required String length: inclusive between 0 and 256 |
|
| MobileAlias | string |
String length: inclusive between 0 and 16 |
|
| IsAnonymous | boolean |
None. |
|
| LastActivityDate | date |
None. |
|
| aspnet_Roles | Collection of aspnet_Roles |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
None.