{ "opencollection": "1.0.0", "info": { "name": "Calendly Scheduling Activity Log Users API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get current user", "type": "http" }, "http": { "method": "GET", "url": "https://api.calendly.com/users/me" }, "docs": "Returns information about the currently authenticated user, including their URI, name, email, scheduling URL, timezone, and organization membership." }, { "info": { "name": "Get user", "type": "http" }, "http": { "method": "GET", "url": "https://api.calendly.com/users/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the user." } ] }, "docs": "Returns information about a specific user by their UUID, including name, email, scheduling URL, timezone, and organization." } ] } ], "bundled": true }