actions-marketplace-validations/bamboohr-attendance
Retrieve a list of people who are out of office from BambooHR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bamboohr_subdomain | BambooHR subdomain | yes | "" |
| bamboohr_api_token | BambooHR API token | yes | "" |
| people_in_today | Set to true to include people who are in the office today | no | "" |
| people_out_today | Set to true to include people who are in the office today | no | "" |
| bamboohr_fields | any fields, comma separated, you want to retrieve from the BambooHR API | yes | firstName,lastName |
| employee_list | a list of BambooHR employee IDs to check for attendance status. Default is 0, which is the ID associated to the API token | no | 0 |
| from_date | A linux `date` command to run to obtain the start date of attendance gathering | no | date |
| to_date | A linux `date` command to run to obtain the end date of attendance gathering | no | date |
Outputs
no outputs