get_bamboo_meta_fields: Bamboo API get request wrapper

View source: R/get_bamboo_meta_fields.R

get_bamboo_meta_fieldsR Documentation

Bamboo API get request wrapper

Description

Submits a get request to retrieve the all employees, both terminated and active and a number of key data points from the employee table

Usage

get_bamboo_meta_fields(user = NULL, password = NULL, verbose = FALSE)

Arguments

user

Bamboo api user id, register in Bamboo "API Keys"

password

Bamboo login password

verbose

a logical; indicates if detailed output from httr calls should be provided; default FALSE

Value

tbl_df

Author(s)

Mark Druffel, mdruffel@propellerpdx.com

References

https://www.bamboohr.com/api/documentation/, https://github.com/r-lib/httr

Examples


user <- 'your_api_user'
password <- 'your_password'
employees <- get_employees(user=user,password=password)


propellerpdx/bambooR documentation built on July 8, 2023, 4:43 a.m.