owners-deprecated: Retrieve owners

Description Usage Arguments Details Value

Description

Soon to be deprecated! Use hs_owners_raw().

Soon to be deprecated! Use hs_owners_tidy(owners, view = "owners").

Usage

1
2
3
4
5
6
7
8
get_owners(
  token_path = hubspot_token_get(),
  apikey = hubspot_key_get(),
  include_inactive = TRUE,
  email = NULL
)

owners(owners = hs_owners_raw())

Arguments

token_path

Path to OAuth 2.0 token. See hubspot_token_create().

apikey

API key to work with Hubspot (only used if token_path is NULL). See hubspot_key_set().

include_inactive

Should inactive entities be returned

email

Search for owners matching the specified email address (exact match).

owners

Raw data from hs_owners_raw()

Details

Inactive owners are defined as owners without any active remotes.

Value

List of owners

tibble of owners


lockedata/hubspot documentation built on March 1, 2020, 8:54 p.m.