{ "opencollection": "1.0.0", "info": { "name": "Construction.Account.Admin Account Users Issues Profile API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Issues Profile", "type": "folder" }, "items": [ { "info": { "name": "Your GET endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/construction/issues/v1/projects/:projectId/users/me", "headers": [ { "name": "x-ads-region", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the current user permissions." } ] } ], "bundled": true }