list_users_by_org
Retrieve a list of organization users with details including user ID, email, and role for user management and access control in Grafana.
Instructions
List users by organization. Returns a list of users with details like userid, email, role etc
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}