Tool to retrieve a list of users from Booqable. Use when you need to list user accounts with pagination and filtering options.
sortstringSort order (e.g., 'name' for ascending, '-name' for descending). Comma-separated for multiple fields.
fieldsarraySpecify which user fields to return. If not provided, all default fields are returned.
includestringSideload relationships (e.g., 'company'). Use comma-separated values for multiple relationships.
page_sizeintegerNumber of users per page. If None, server default is used.
filter_namestringFilter users by name.
page_numberintegerPage number to retrieve, must be >= 1.
filter_emailstringFilter users by email address.
filter_disabledbooleanFilter users by disabled status (true or false).
filter_created_atstringFilter users 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.