{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Login API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Login", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get User By Login Or Email", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/users/lookup", "params": [ { "name": "loginOrEmail", "value": "", "type": "query", "description": "loginOrEmail of the user" } ] }, "docs": "The Grafana API endpoint /users/lookup with the GET method allows administrators to retrieve detailed information about a specific user by providing either their login username or email address as a query parameter. This operation is particularly useful when you need to fetch user details but only have their login credentials or email rather than their numeric user ID. The endpoint returns comprehensive user information including the user's ID, email, name, login, theme preferences, organization" } ] } ], "bundled": true }