Table of Contents

Class CreateUser

Namespace
InSite.Application.Users.Write
Assembly
Shift.Sdk.dll
public class CreateUser : Command, ICommand
Inheritance
CreateUser
Implements
Inherited Members
Extension Methods

Constructors

CreateUser(Guid, string, string, string, string, string, string, bool)

public CreateUser(Guid userId, string email, string firstName, string lastName, string middleName, string fullNamePolicy, string timeZone, bool multiFactorAuthentication)

Parameters

userId Guid
email string
firstName string
lastName string
middleName string
fullNamePolicy string
timeZone string
multiFactorAuthentication bool

Properties

Email

public string Email { get; set; }

Property Value

string

FirstName

public string FirstName { get; set; }

Property Value

string

FullNamePolicy

public string FullNamePolicy { get; set; }

Property Value

string

LastName

public string LastName { get; set; }

Property Value

string

MiddleName

public string MiddleName { get; set; }

Property Value

string

MultiFactorAuthentication

public bool MultiFactorAuthentication { get; set; }

Property Value

bool

TimeZone

public string TimeZone { get; set; }

Property Value

string