{"name":"Integrations LDAP","version":"0.0.1","description":"LDAP directory service backed by LLDAP in a Cloudflare Container","endpoints":{"POST /auth/login":"Authenticate a user (returns JWT)","GET /users":"List all users","GET /users/:id":"Get a user by ID","POST /users":"Create a user","DELETE /users/:id":"Delete a user","GET /groups":"List all groups","POST /groups":"Create a group","POST /groups/:id/members":"Add user to group","DELETE /groups/:id/members/:userId":"Remove user from group","POST /graphql":"Raw GraphQL queries against LLDAP","GET /health":"Health check"}}