Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateUserController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UserOrCurrentUserControllerBase
    UserControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.User
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CreateUserController : UserControllerBase

    Constructors

    View Source

    CreateUserController(IUserService, IUserPresentationFactory, IBackOfficeSecurityAccessor)

    Declaration
    public CreateUserController(IUserService userService, IUserPresentationFactory presentationFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IUserService userService
    IUserPresentationFactory presentationFactory
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Create(CancellationToken, CreateUserRequestModel)

    Declaration
    public async Task<IActionResult> Create(CancellationToken cancellationToken, CreateUserRequestModel model)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    CreateUserRequestModel model
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CreateUserController(IUserService, IUserPresentationFactory, IBackOfficeSecurityAccessor)
    • Methods
      • Create(CancellationToken, CreateUserRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX