| Search Employee | Searches for employees based on specified criteria. |
| Read Employee Fields | Retrieves employee data for a specific employee by ID or email. |
| Update Employee | Updates employee data for a specific employee by ID or email. |
| Create Employee | Creates a new employee with the specified fields. |
| Revoke Employee Access | Revokes access to HiBob for a specific employee. |
| Terminate Employee | Terminates a specific employee with a given termination date and reason. |
| Update Employee Email | Updates the email address for a specific employee. |
| List Employee Fields | Retrieves a list of all employee fields in the company. |
| Create New Field | Creates a new custom field in HiBob. |
| Update Field | Updates an existing custom field in HiBob. |
| Delete Field | Deletes an existing custom field from HiBob. |
| List Company Lists | Retrieves all named lists in the company. |
| Get Company List | Retrieves a specific named list from the company. |
| Add List Item | Adds a new item to an existing company list. |
| Update List Item | Updates an existing item in a company list. |
| Delete List Item | Deletes an existing item from a company list. |
| Get Custom Table Metadata | Retrieves metadata for a specific custom table. |
| Create Custom Table Entry | Creates a new entry in a custom table for an employee. |
| Update Custom Table Entry | Updates an existing entry in a custom table for an employee. |
| Delete Custom Table Entry | Deletes an existing entry from a custom table for an employee. |
| List Folders | Retrieves a list of all document folders in the system. |
| Download Employee Documents | Downloads a list of documents for an employee. |
| Upload File From URL | Uploads a file from a URL to an employee's document folder. |
| Upload File To Folder | Uploads a file directly to an employee's document folder. |
| Delete File From Folder | Deletes a file from an employee's document folder. |
| List Open Tasks | Retrieves a list of all open tasks in the system. |
| Get Employee Tasks | Retrieves all tasks assigned to a specific employee. |
| Complete Task | Marks a task as completed. |
| Raw Request | Sends a raw HTTP request to the HiBob API. |