{ "opencollection": "1.0.0", "info": { "name": "Construction.Account.Admin Account Users Business Units API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Business Units", "type": "folder" }, "items": [ { "info": { "name": "Get Business Units", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/hq/v1/accounts/:account_id/business_units_structure", "headers": [ { "name": "Region", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The account ID of the business unit. This corresponds to hub ID in the Data Management API. To convert a hub ID into an account ID you need to remove the “b.” prefix. For example, a hub ID of b.c8b0c73d-3ae9 translates to an account ID of c8b0c73d-3ae9." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Query all the business units in a specific BIM 360 account." }, { "info": { "name": "Create Business Units", "type": "http" }, "http": { "method": "PUT", "url": "https://developer.api.autodesk.com/hq/v1/accounts/:account_id/business_units_structure", "headers": [ { "name": "Region", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The account ID of the business unit. This corresponds to hub ID in the Data Management API. To convert a hub ID into an account ID you need to remove the “b.” prefix. For example, a hub ID of b.c8b0c73d-3ae9 translates to an account ID of c8b0c73d-3ae9." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Query all the business units in a specific BIM 360 account." } ] } ], "bundled": true }