View Source
Class ChangePasswordUserController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ChangePasswordUserController : UserControllerBase
Constructors
View Source
ChangePasswordUserController(IUserService, IBackOfficeSecurityAccessor, IAuthorizationService)
Declaration
public ChangePasswordUserController(IUserService userService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IAuthorizationService authorizationService)
Parameters
| Type |
Name |
Description |
| IUserService |
userService |
|
| IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
| IAuthorizationService |
authorizationService |
|
Methods
View Source
ChangePassword(CancellationToken, Guid, ChangePasswordUserRequestModel)
Declaration
public async Task<IActionResult> ChangePassword(CancellationToken cancellationToken, Guid id, ChangePasswordUserRequestModel model)
Parameters
Returns
| Type |
Description |
| Task<IActionResult> |
|