Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateMemberRequestModel

    Represents a model for the data required to create a new member.

    Inheritance
    object
    ContentModelBase<MemberValueModel, MemberVariantRequestModel>
    CreateContentRequestModelBase<MemberValueModel, MemberVariantRequestModel>
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Member
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CreateMemberRequestModel : CreateContentRequestModelBase<MemberValueModel, MemberVariantRequestModel>

    Constructors

    View Source

    CreateMemberRequestModel()

    Declaration
    public CreateMemberRequestModel()

    Properties

    View Source

    Email

    Gets or sets the email address of the member.

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    string
    View Source

    Groups

    Gets or sets the collection of group IDs associated with the member.

    Declaration
    public IEnumerable<Guid>? Groups { get; set; }
    Property Value
    Type Description
    IEnumerable<Guid>
    View Source

    IsApproved

    Gets or sets a value indicating whether the member is approved.

    Declaration
    public bool IsApproved { get; set; }
    Property Value
    Type Description
    bool
    View Source

    MemberType

    Gets or sets a reference to the member type to which the new member will belong.

    Declaration
    public required ReferenceByIdModel MemberType { get; set; }
    Property Value
    Type Description
    ReferenceByIdModel
    View Source

    Password

    Gets or sets the password for the member being created.

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string
    View Source

    Username

    Gets or sets the username for the member.

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX