{ "opencollection": "1.0.0", "info": { "name": "Windmill Apps Groups API", "version": "1.745.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups", "type": "http" }, "http": { "method": "GET", "url": "https://app.windmill.dev/api/w/:workspace/groups/list", "params": [ { "name": "workspace", "value": "", "type": "path", "description": "The workspace id (tenant) the resource belongs to." } ] }, "docs": "Lists user groups in a workspace." }, { "info": { "name": "Create a group", "type": "http" }, "http": { "method": "POST", "url": "https://app.windmill.dev/api/w/:workspace/groups/create", "params": [ { "name": "workspace", "value": "", "type": "path", "description": "The workspace id (tenant) the resource belongs to." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user group." }, { "info": { "name": "Add a user to a group", "type": "http" }, "http": { "method": "POST", "url": "https://app.windmill.dev/api/w/:workspace/groups/adduser/:name", "params": [ { "name": "workspace", "value": "", "type": "path", "description": "The workspace id (tenant) the resource belongs to." }, { "name": "name", "value": "", "type": "path", "description": "The group name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a user to the named group." } ] } ], "bundled": true }