Tool to retrieve a list of employees from Booqable. Use when you need to list employee accounts with pagination and filtering options.
sortstringSort order (e.g., 'name' for ascending, '-name' for descending). Comma-separated for multiple fields.
fieldsarraySpecify which employee fields to return. If not provided, all default fields are returned.
includestringSideload relationships. Use comma-separated values for multiple relationships.
page_sizeintegerNumber of employees per page. If None, server default is used.
filter_namestringFilter employees by name.
page_numberintegerPage number to retrieve, must be >= 1.
filter_emailstringFilter employees by email address.
filter_activebooleanFilter employees by active status (true or false).
filter_created_atstringFilter employees by creation date. Use operators like 'eq', 'gt', 'gte', 'lt', 'lte'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.