Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChangePasswordUserController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UserOrCurrentUserControllerBase
    UserControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.User
    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
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    ChangePasswordUserRequestModel model
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ChangePasswordUserController(IUserService, IBackOfficeSecurityAccessor, IAuthorizationService)
    • Methods
      • ChangePassword(CancellationToken, Guid, ChangePasswordUserRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX