{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Mapped API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Mapped", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Mapped Groups", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/groupsync/groups" }, "docs": "The Get Mapped Groups API operation retrieves a list of groups that have been configured for synchronization in Grafana's group sync functionality. This GET endpoint at /groupsync/groups returns information about groups that are mapped between an external authentication provider (such as LDAP, OAuth, or SAML) and Grafana's internal team structure, allowing administrators to view which external groups are currently being synchronized and how they correspond to teams within Grafana for access cont" } ] } ], "bundled": true }