Retrieves a list of colleagues from Altoviz. Supports pagination, sorting, and full-text search. Use this to discover available colleagues, search for specific team members, or list all colleagues in the system.
querystringFull text search query to filter colleagues. Searches across colleague name, email, phone, and other text fields. Use this to find colleagues matching specific keywords.
order_bystringField name to sort the results by. Common values include 'name', 'lastName', 'firstName', 'number'. Append ' desc' for descending order (e.g., 'name desc').
page_sizeintegerThe number of colleagues to return per page. Use this with page_index to control pagination. Typical values are 10, 20, 50, or 100.
page_indexintegerThe page index for pagination. One-based index (1 = first page, 2 = second page, etc.). Use this with page_size to paginate through large result sets. Must be greater than 0.
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.