{ "opencollection": "1.0.0", "info": { "name": "Azure Cosmos DB Data Plane REST Collections Users API", "version": "2018-12-31" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://{databaseaccount}.documents.azure.com/dbs/:dbId/users", "params": [ { "name": "dbId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List users" }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://{databaseaccount}.documents.azure.com/dbs/:dbId/users", "params": [ { "name": "dbId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a user" } ] } ], "bundled": true }