{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Change API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Change", "type": "folder" }, "items": [ { "info": { "name": "Grafana Change User Password", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.grafana.net/api/user/password", "body": { "type": "json", "data": "{}" } }, "docs": "Changes the password for the currently authenticated user in Grafana. This endpoint requires the user to provide their current password along with the new password they wish to set. The operation is performed as a PUT request to the /user/password endpoint and can only modify the password of the user making the request, not other users in the system. Authentication is required to access this endpoint, and the request must include both the old password for verification and the new password that m" } ] } ], "bundled": true }