grafana_api_sdk
grafana_api_sdk copied to clipboard
Fix: search_users returns a dict and not a list
trafficstars
Hi, I found an issue with the current return type from search_users. It is returning a dict and not a list. Additionally pages should be "page" as this refers to the page number to return and not the number of pages. This has been confirmed for Grafana v11.1.4. Example api_call result: {'totalCount': 4, 'users': [], 'page': 5, 'perPage': 1} Cheers, Matt.