You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/grafana_api/user.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ def search_users_with_paging(results_per_page: int = 1000,
89
89
sort: str=None) -> dict
90
90
```
91
91
92
-
The method includes a functionality to get all Grafana system users specified by the optional queryand paging functionality
92
+
The method includes a functionality to get all Grafana system users specified by the optional results_per_page, page, query, sort and general paging functionality
0 commit comments