{ "opencollection": "1.0.0", "info": { "name": "Construction.Account.Admin Account Management Users API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get User Info", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/userinfo", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves information about the authenticated user." } ] } ], "bundled": true }