Interface iGetAddressListsForUserPayload

interface iGetAddressListsForUserPayload {
    bookmark?: string;
    oldestFirst?: boolean;
    viewType?: "whitelists" | "blacklists" | "created" | "all";
}

Hierarchy

  • iBaseQueryParams
    • iGetAddressListsForUserPayload

Properties

bookmark?: string
oldestFirst?: boolean
viewType?: "whitelists" | "blacklists" | "created" | "all"

The view type to search for. Default is 'all'

  • 'all' will return all address lists the user is a member of (both on whitelist or on blacklist)
  • 'created' will return all address lists the user has created
  • 'whitelists' will return all address lists the user is on the whitelist of
  • 'blacklists' will return all address lists the user is on the blacklist of
MMNEPVFCICPMFPCPTTAAATR