{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL IAM User Groups API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "IAM User Groups", "type": "folder" }, "items": [ { "info": { "name": "List IAM user groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/user-groups", "params": [ { "name": "per_page", "value": "", "type": "query", "description": "The number of items per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The cursor for pagination." } ] }, "docs": "Retrieves a list of all user groups used for organizing users and assigning roles." }, { "info": { "name": "Create an IAM user group", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/user-groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user group for organizing users and assigning roles." } ] } ], "bundled": true }