{ "opencollection": "1.0.0", "info": { "name": "GoodData Cloud Dashboards Users API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List all users in the organization.", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gooddata.com/api/v1/entities/users", "params": [ { "name": "size", "value": "", "type": "query", "description": "The number of objects to return. The default is 20." }, { "name": "page", "value": "", "type": "query", "description": "The zero-based pagination index of the collection set to return." } ] }, "docs": "List all users in the organization." }, { "info": { "name": "Create a user.", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gooddata.com/api/v1/entities/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create a user." }, { "info": { "name": "Get a single user by id.", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gooddata.com/api/v1/entities/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Get a single user by id." }, { "info": { "name": "Delete a user.", "type": "http" }, "http": { "method": "DELETE", "url": "https://{domain}.gooddata.com/api/v1/entities/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Delete a user." }, { "info": { "name": "List all user groups in the organization.", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}.gooddata.com/api/v1/entities/userGroups", "params": [ { "name": "size", "value": "", "type": "query", "description": "The number of objects to return. The default is 20." }, { "name": "page", "value": "", "type": "query", "description": "The zero-based pagination index of the collection set to return." } ] }, "docs": "List all user groups in the organization." }, { "info": { "name": "Create a user group.", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gooddata.com/api/v1/entities/userGroups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a user group." } ] } ], "bundled": true }