{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Sync API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sync", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Sync Status", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/admin/ldap-sync-status" }, "docs": "This API endpoint retrieves the current synchronization status between Grafana and LDAP (Lightweight Directory Access Protocol) servers. It is an administrative GET operation that returns information about the last LDAP sync operation, including whether it was successful, when it occurred, and any relevant error messages or warnings. This endpoint is typically used by system administrators to monitor and troubleshoot LDAP integration, ensuring that user accounts and permissions are properly sync" }, { "info": { "name": "Grafana Post Sync User With LDAP", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/admin/ldap/sync/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "This API operation triggers a synchronization between a specific Grafana user and LDAP directory services by sending a POST request to the endpoint with the target user's ID. When invoked, it forces Grafana to retrieve the latest user information, groups, and permissions from the configured LDAP server for the specified user, updating their local Grafana profile accordingly. This is particularly useful when LDAP user attributes or group memberships have changed and you need to immediately reflec" } ] } ], "bundled": true }