{ "opencollection": "1.0.0", "info": { "name": "SurveyMonkey API v3 Collectors Users API", "version": "3.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.surveymonkey.com/oauth/authorize", "accessTokenUrl": "https://api.surveymonkey.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get current user", "type": "http" }, "http": { "method": "GET", "url": "https://api.surveymonkey.com/v3/users/me" }, "docs": "Get current user" }, { "info": { "name": "List a user's workgroups", "type": "http" }, "http": { "method": "GET", "url": "https://api.surveymonkey.com/v3/users/:user_id/workgroups", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "List a user's workgroups" }, { "info": { "name": "List resources shared with a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.surveymonkey.com/v3/users/:user_id/shared", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "List resources shared with a user" } ] } ], "bundled": true }