list_users
Retrieve all users in your Grafana organization with optional pagination and field selection for targeted data.
Instructions
List all users in the current organization.
Args: connection_name: Name of the Grafana connection page: Optional page number (1-indexed) per_page: Optional page size fields: Optional subset of Grafana org-user fields (for example: orgId,userId,avatarUrl,email,name,login,role,lastSeenAt,lastSeenAtAge,authLabels)
Returns: JSON string with list of users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| fields | No | ||
| per_page | No | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |