{ "opencollection": "1.0.0", "info": { "name": "Soda Cloud REST Attributes Users API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List user groups", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.soda.io/api/v1/userGroups", "params": [ { "name": "size", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "List user groups" }, { "info": { "name": "Create user group", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.soda.io/api/v1/userGroups", "body": { "type": "json", "data": "{}" } }, "docs": "Create user group" }, { "info": { "name": "Get user group", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.soda.io/api/v1/userGroups/:userGroupId", "params": [ { "name": "userGroupId", "value": "", "type": "path" } ] }, "docs": "Get user group" }, { "info": { "name": "Update user group", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.soda.io/api/v1/userGroups/:userGroupId", "params": [ { "name": "userGroupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update user group" }, { "info": { "name": "Delete user group", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.soda.io/api/v1/userGroups/:userGroupId", "params": [ { "name": "userGroupId", "value": "", "type": "path" } ] }, "docs": "Delete user group" }, { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.soda.io/api/v1/users", "params": [ { "name": "size", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "List users" }, { "info": { "name": "Invite users", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.soda.io/api/v1/users", "body": { "type": "json", "data": "{}" } }, "docs": "Send invitations to new users (up to 10 per request)." }, { "info": { "name": "Disable user", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.soda.io/api/v1/users/:userId/disable", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Deactivate a user account." } ] } ], "bundled": true }