Lists all customers associated with a specific HotspotSystem location. Use this tool to: - Retrieve customer details (name, email, contact info, registration date) for a specific location - Paginate through large customer lists using limit and offset parameters - Sort customers…
sortstringProperty name to sort by; prepend '-' for descending order (e.g., '-registered_at')
limitintegerNumber of items to return per page; must be >= 1
fieldsstringComma-separated list of fields to include in the response. Available fields: id, user_name, name, email, company_name, address, city, state, zip, country_code, phone, registered_at. If omitted, all fields are returned.
offsetintegerNumber of customers to skip before returning results (for pagination); must be >= 0. Use with limit to paginate through results.
location_idRequiredstringUnique identifier of the HotspotSystem location to query customers from
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.