{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Project Users 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": "Project Users", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Project Users", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/construction/admin/v1/accounts/:accountId/projects/:projectId/users", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "filter[email]", "value": "", "type": "query" }, { "name": "filter[name]", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns users assigned to a project." }, { "info": { "name": "Autodesk Add Project User", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/construction/admin/v1/accounts/:accountId/projects/:projectId/users", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "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 project with specified roles and products." }, { "info": { "name": "Autodesk Update Project User", "type": "http" }, "http": { "method": "PATCH", "url": "https://developer.api.autodesk.com/construction/admin/v1/accounts/:accountId/projects/:projectId/users/:userId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "userId", "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": "Updates a user's role or product access in a project." }, { "info": { "name": "Autodesk Remove Project User", "type": "http" }, "http": { "method": "DELETE", "url": "https://developer.api.autodesk.com/construction/admin/v1/accounts/:accountId/projects/:projectId/users/:userId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ], "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": "Removes a user from a project." } ] } ], "bundled": true }