{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions DbConnections API", "version": "1.0.0" }, "items": [ { "info": { "name": "DbConnections", "type": "folder" }, "items": [ { "info": { "name": "Auth0 Signup with User's Credentials", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/dbconnections/signup", "body": { "type": "json", "data": "{}" } }, "docs": "Given a user's credentials, and a connection, this endpoint will create a new user using active authentication. This endpoint only works for database connections." } ] } ], "bundled": true }