{ "opencollection": "1.0.0", "info": { "name": "env0 Agents Users API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get current user's VCS provider account mappings", "type": "http" }, "http": { "method": "GET", "url": "https://api.env0.com/users/me/vcs-provider-user-mappings" }, "docs": "Get current user's VCS provider account mappings" } ] } ], "bundled": true }