• Returns a list of invites matching provided criteria. For example you can get a list of invites for a specific account or user (or both).

    Parameters

    Returns Promise<{
        invites: IInvite[];
        warnings?: string[];
    }>

Generated using TypeDoc