Interface SendInvitationEmailOptions

interface SendInvitationEmailOptions {
    email: string;
    fullName: string;
    organizationLogoUrl?: string;
    organizationTitle?: string;
    password: string;
    roleTitle: string;
    userId: string;
}

Properties

email: string
fullName: string
organizationLogoUrl?: string
organizationTitle?: string
password: string
roleTitle: string
userId: string