{ "opencollection": "1.0.0", "info": { "name": "Activepieces Connections Users API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Activepieces List Users", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.activepieces.com/api/v1/users", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor" } ] }, "docs": "List all users in the platform" }, { "info": { "name": "Activepieces Update User", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.activepieces.com/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "User ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a user's information" }, { "info": { "name": "Activepieces Delete User", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.activepieces.com/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "User ID" } ] }, "docs": "Delete a user from the platform" } ] } ], "bundled": true }