{ "opencollection": "1.0.0", "info": { "name": "Exoscale ai-api-key user API", "version": "2.0.0" }, "items": [ { "info": { "name": "user", "type": "folder" }, "items": [ { "info": { "name": "Update a User's IAM role", "type": "http" }, "http": { "method": "PUT", "url": "https://api-{zone}.exoscale.com/v2/user/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a User's IAM role" }, { "info": { "name": "Delete User", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-{zone}.exoscale.com/v2/user/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete User" }, { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://api-{zone}.exoscale.com/v2/user" }, "docs": "List Users" }, { "info": { "name": "Create a User", "type": "http" }, "http": { "method": "POST", "url": "https://api-{zone}.exoscale.com/v2/user", "body": { "type": "json", "data": "{}" } }, "docs": "Create a User" } ] } ], "bundled": true }