Retrieves a paginated list of users with optional filtering. By default, responses are paginated with 20 items per page.
Filter options:
withHiddenUsers (boolean): Include hidden users in the responsewithPosition (boolean): Include user positions in the responsewithLabels (boolean): Include labels assigned to userscreatedAt (string): Filter users created on or after this date (YYYY-MM-DD)updatedAt (string): Filter users updated on or after this date (YYYY-MM-DD)Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number (default: 1). Set to false to disable pagination.
Number of items per page (default: 20).
URL-encoded JSON filters object. Available fields: withHiddenUsers, withPosition, withLabels, createdAt, updatedAt.