{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Account Users Admin 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": "Admin", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Project Users", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/bim360/admin/v1/projects/:projectId/users", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns a list of users assigned to a BIM 360 project." }, { "info": { "name": "Autodesk Add Project User", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/bim360/admin/v1/projects/:projectId/users", "params": [ { "name": "projectId", "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": "Adds a user to a BIM 360 project." }, { "info": { "name": "Autodesk Import Project Users", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/bim360/admin/v1/projects/:projectId/users/import", "params": [ { "name": "projectId", "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": "Bulk imports users to a BIM 360 project." } ] } ], "bundled": true }