POST UpdateToken
Request Information
URI Parameters
None.
Body Parameters
AspNetUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | 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. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Image | string |
None. |
|
| Enabled | boolean |
None. |
|
| TelephoneNo | string |
None. |
|
| AddressLine1 | string |
None. |
|
| AddressLine2 | string |
None. |
|
| Company | string |
None. |
|
| ChangePassword | boolean |
None. |
|
| ForgotPassword | boolean |
None. |
|
| ActivationCode | string |
None. |
|
| Suburb | string |
None. |
|
| City | string |
None. |
|
| PostalCode | string |
None. |
|
| Longitude | string |
None. |
|
| Latitude | string |
None. |
|
| IDNumber | string |
None. |
|
| Terms | boolean |
None. |
|
| FullNames | string |
None. |
|
| SecurityId | integer |
None. |
|
| UserToken | string |
None. |
|
| UserUUID | string |
None. |
|
| Province | integer |
None. |
|
| Role | string |
None. |
|
| AreaId | integer |
None. |
|
| IsBanned | boolean |
None. |
|
| BanReason | string |
None. |
|
| BannedUntil | date |
None. |
|
| CreatedAt | date |
None. |
|
| DeviceToken | string |
None. |
|
| DeviceType | string |
None. |
|
| Pin | string |
None. |
|
| AlarmPin | string |
None. |
|
| PinSet | boolean |
None. |
|
| AlarmPinSet | boolean |
None. |
|
| AspNetUserClaims | Collection of AspNetUserClaim |
None. |
|
| AspNetUserLogins | Collection of AspNetUserLogin |
None. |
|
| AspNetUserRoles | Collection of AspNetUserRole |
None. |
|
| Files | Collection of File |
None. |
|
| NotificationSettings | Collection of NotificationSetting |
None. |
|
| PotentialAbuses | Collection of PotentialAbus |
None. |
|
| SyncInfoes | Collection of SyncInfo |
None. |
|
| UserGroups | Collection of UserGroup |
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.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>