View Source
Class UpdateMemberRequestModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UpdateMemberRequestModel : UpdateContentRequestModelBase<MemberValueModel, MemberVariantRequestModel>
Properties
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Groups
Declaration
public IEnumerable<Guid>? Groups { get; set; }
Property Value
Type |
Description |
System.Nullable<IEnumerable<Guid>> |
|
View Source
IsApproved
Declaration
public bool IsApproved { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsLockedOut
Declaration
public bool IsLockedOut { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
IsTwoFactorEnabled
Declaration
public bool IsTwoFactorEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
NewPassword
Declaration
public string NewPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
OldPassword
Declaration
public string OldPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|