
Login - documentation.bamboohr.com
Access to the BambooHR API is controlled by an API key that identifies a particular user. Typically, this key is generated in the BambooHR web interface and copied into your application. The Login API …
Login - documentation.bamboohr.com
Exchanges username, password, and application key for a persistent API key scoped to that user and application. No pre-existing authentication is required; credentials are passed in the request body. …
API Support - documentation.bamboohr.com
The exact API call you’re making (include the full endpoint and any parameters or filters) The payload (if applicable) Your BambooHR domain (e.g., yourcompany.bamboohr.com) The last four digits of your …
List Users - documentation.bamboohr.com
Returns all users for the company, optionally filtered by status. Each user entry includes a user ID, associated employee ID, name, email address (resolved in priority order: work, home, account), …
Using OpenID Connect to Authenticate and Retrieve an API Key
In order to be able to implement this method, you’ll need to be issued OpenID credentials including a Client ID, Client Secret, and Application Key (from BambooHR) as well as an understanding of our …
Admin API Keys Settings | Product Updates | BambooHR
Jun 3, 2021 · Admin API Keys Settings Essentials, Advantage | HRIS Date of release: 06/03/2021 Account Owners and Admins now have the ability to view and manage all API Keys that are …
Technical Overview - BambooHR
The API will support multiple major version numbers of the API. Currently, the only version is "V1." If a major API change becomes necessary, we’ll create a new major version number and communicate …
Reference - documentation.bamboohr.com
HomeDocumentationAPI Reference v1 DocumentationAPI ReferenceLog In API Reference Log In v1 API Reference
Single Sign-On (SSO) with OpenID Connect - BambooHR
Access Token: In general, applications use access tokens to make API requests on behalf of a user. But Bamboo's API requires an API key which you can obtain with an ID Token (see above).
Create Candidate
Create a new candidate application for a job opening. The owner of the API key used must have access to ATS settings. On success, returns the new candidate ID. Only fields required by the target job …