{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://developer.api.autodesk.com/authentication/v2/authorize", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Groups", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId/groups", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "collectionId", "value": "", "type": "path" } ] }, "docs": "Returns groups within a collection." }, { "info": { "name": "Autodesk Create Group", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/parameters/v1/accounts/:accountId/collections/:collectionId/groups", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "collectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://developer.api.autodesk.com/authentication/v2/authorize", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates a new parameter group within a collection." }, { "info": { "name": "Autodesk List Groups", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/tandem/v1/groups" }, "docs": "Returns a list of facility groups (teams) that the authenticated user has access to." }, { "info": { "name": "Autodesk Get Group", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/tandem/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific group." } ] } ], "bundled": true }