{ "opencollection": "1.0.0", "info": { "name": "MongoDB Atlas Administration Clusters Database Users API", "version": "v2" }, "items": [ { "info": { "name": "Database Users", "type": "folder" }, "items": [ { "info": { "name": "List database users in a project.", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId/databaseUsers", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." } ] }, "docs": "List database users in a project." }, { "info": { "name": "Create a database user.", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId/databaseUsers", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a database user." }, { "info": { "name": "Update a database user's roles or password.", "type": "http" }, "http": { "method": "PATCH", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId/databaseUsers/:username", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." }, { "name": "username", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a database user's roles or password." }, { "info": { "name": "Delete a database user.", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId/databaseUsers/:username", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." }, { "name": "username", "value": "", "type": "path" } ] }, "docs": "Delete a database user." } ] } ], "bundled": true }