{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Pending API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pending", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Pending Org Invites", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/org/invites" }, "docs": "This API operation retrieves a list of all pending invitations for the current organization in Grafana. When called using a GET request to the /org/invites endpoint, it returns information about users who have been invited to join the organization but have not yet accepted their invitations. The response typically includes details such as the invitee's email address, invitation date, role assigned, and invitation status. This endpoint is useful for organization administrators to monitor outstand" } ] } ], "bundled": true }