Documentation Index
Fetch the complete documentation index at: https://docs.jinba.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
SmartHR tools let you manage employees (crews) in SmartHR: list with pagination, get details, create, update, delete, invite, and remove department assignments.Key Features
SMARTHR_LIST_CREWS- Retrieve a list of employees (crews) with optional pagination and employment status filter.
SMARTHR_GET_CREW- Get detailed information for a specific employee by ID.
SMARTHR_CREATE_CREW- Create a new employee with name, email, gender, and employment details.
SMARTHR_UPDATE_CREW- Update an existing employee; only specified fields are updated.
SMARTHR_DELETE_CREW- Delete an employee by ID (some employees may not be deletable depending on status).
SMARTHR_INVITE_CREW- Send an invitation to an employee; requires the inviter’s user ID.
SMARTHR_DELETE_CREW_DEPARTMENTS- Remove all department assignments from an employee.
Jinba Toolbox