Type Alias ResultItem

Invitee result item

type ResultItem = {
    email: string;
    status: "ok" | "exists";
    subject: string;
    userId: string;
}
Index

Properties

email: string

Email specified for this invitee

status: "ok" | "exists"

Result status = {"ok" (new user; email sent) | "exists" (existing user; no email sent)}

subject: string

IdP generated UUID for this invitee

userId: string

UserId for this invitee