{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin LDAP Auth API", "version": "0.0.1" }, "items": [ { "info": { "name": "LDAP Auth", "type": "folder" }, "items": [ { "info": { "name": "loginWithLdapAuth", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/auth/ldap-auth/login", "body": { "type": "json", "data": "{}" } }, "docs": "Login with LDAP Auth for machine identity" }, { "info": { "name": "getLdapAuth", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/auth/ldap-auth/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to retrieve the configuration for." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve LDAP Auth configuration on machine identity" }, { "info": { "name": "attachLdapAuth", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/auth/ldap-auth/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to attach the configuration onto." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Attach LDAP Auth configuration onto machine identity" }, { "info": { "name": "updateLdapAuth", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/auth/ldap-auth/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to update the configuration for." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update LDAP Auth configuration on machine identity" }, { "info": { "name": "deleteLdapAuth", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/auth/ldap-auth/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to revoke the configuration for." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete LDAP Auth configuration on machine identity" }, { "info": { "name": "clearLdapAuthLockouts", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/auth/ldap-auth/identities/:identityId/clear-lockouts", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the machine identity to clear the client lockouts from." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Clear LDAP Auth Lockouts for machine identity" } ] } ], "bundled": true }