Find a person in Basecamp

find_person(..., scope = "people", id = NULL,
  host = Sys.getenv("BASECAMP_HOST"),
  token = Sys.getenv("BASECAMP_TOKEN"))

Arguments

...

character, patterns to search for

scope

character, scope of the request

id

character, id relevant to the query

host

character, URL of the team, Default: Sys.getenv('BASECAMP_HOST')

token

character, Basecamp Classic API token , Default: Sys.getenv("BASECAMP_TOKEN")

Value

named numeric vector

Details

If the index of people is not loaded in the package yet, it will be queried and stored in an internal package environment.