@deep/nest-kit
    Preparing search index...

    Class CreateUserOptions

    Index

    Constructors

    Properties

    avatarUrl?: MaybeNull<string>

    User avatar url

    'https://example.com/avatar.png'
    
    clientId?: MaybeNull<string>

    User client ID (for Apollo Studio)

    email: string

    User email

    '[email protected]'
    
    firstName: string

    User first name

    'John'
    
    id?: string
    invitationStatus?: UserInvitationStatus

    User invitation status

    lastName: string

    User last name

    'Doe'
    
    password?: MaybeNull<string>

    User password

    '1q2w3e4r5t6y'
    
    permissions?: string[]

    User custom permissions

    phoneNumber?: MaybeNull<string>

    User phone number

    '+1 123 456 7890'
    
    status?: UserStatus

    User status

    'WAITING_FOR_APPROVAL'
    
    type?: UserType

    User type. Can be either 'USET' or 'SA'

    'USER'
    
    userToRoles?: CreateUserToRolesOptions[]

    User roles