{ "opencollection": "1.0.0", "info": { "name": "VSCO Workspace Brands Users API", "version": "v2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List of a studio’s users", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/user", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of results per page to return in the collection." }, { "name": "includeHidden", "value": "", "type": "query", "description": "Include objects that have been hidden" }, { "name": "externalMappingId", "value": "", "type": "query", "description": "Filter objects by an external id for this provider." }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort items in the collection by the given property." } ] }, "docs": "List of a studio’s users" }, { "info": { "name": "Create an user.", "type": "http" }, "http": { "method": "POST", "url": "https://tave.io/v2/user", "body": { "type": "json", "data": "{}" } }, "docs": "Create an user." }, { "info": { "name": "Get a specific user", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/user/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Get a specific user" }, { "info": { "name": "Update a specific user.", "type": "http" }, "http": { "method": "PUT", "url": "https://tave.io/v2/user/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific user." }, { "info": { "name": "Delete a user.", "type": "http" }, "http": { "method": "DELETE", "url": "https://tave.io/v2/user/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Delete a user." } ] } ], "bundled": true }