POST api/Values/UserManager
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApplicationUserManager| Name | Description | Type | Additional information |
|---|---|---|---|
| PasswordHasher | IPasswordHasher |
None. |
|
| UserValidator | IIdentityValidatorOfApplicationUser |
None. |
|
| PasswordValidator | IIdentityValidatorOfString |
None. |
|
| ClaimsIdentityFactory | IClaimsIdentityFactoryOfApplicationUserAndString |
None. |
|
| EmailService | IIdentityMessageService |
None. |
|
| SmsService | IIdentityMessageService |
None. |
|
| UserTokenProvider | IUserTokenProviderOfApplicationUserAndString |
None. |
|
| UserLockoutEnabledByDefault | boolean |
None. |
|
| MaxFailedAccessAttemptsBeforeLockout | integer |
None. |
|
| DefaultAccountLockoutTimeSpan | time interval |
None. |
|
| SupportsUserTwoFactor | boolean |
None. |
|
| SupportsUserPassword | boolean |
None. |
|
| SupportsUserSecurityStamp | boolean |
None. |
|
| SupportsUserRole | boolean |
None. |
|
| SupportsUserLogin | boolean |
None. |
|
| SupportsUserEmail | boolean |
None. |
|
| SupportsUserPhoneNumber | boolean |
None. |
|
| SupportsUserClaim | boolean |
None. |
|
| SupportsUserLockout | boolean |
None. |
|
| SupportsQueryableUsers | boolean |
None. |
|
| Users | Collection of ApplicationUser |
None. |
|
| TwoFactorProviders | Dictionary of string [key] and IUserTokenProviderOfApplicationUserAndString [value] |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.