Type Alias InviteItem

type InviteItem = {
    email: string;
    language?: string;
    name?: string;
    resend?: boolean;
}
Index

Properties

email: string

Email address for this invitee. Example - "foo@qlik.com".

language?: string

Optional ISO 639-1 2 letter code for invite language. Defaults to 'en' when missing or not found.

name?: string

Optional display name for this invitee. Example - "Elvis Presley".

resend?: boolean

Flag - when true invite message is sent to inactive or invited users. Typically used to force email resend to users who are not yet active.