{ "opencollection": "1.0.0", "info": { "name": "freee API (Accounting and HR/Payroll) Account Items HR Users API", "version": "2026-02-01" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.secure.freee.co.jp/public_api/authorize", "accessTokenUrl": "https://accounts.secure.freee.co.jp/public_api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "HR Users", "type": "folder" }, "items": [ { "info": { "name": "Get current HR user", "type": "http" }, "http": { "method": "GET", "url": "https://api.freee.co.jp/hr/api/v1/users/me" }, "docs": "Returns the authenticated user and the HR companies (事業所) they can access in freee人事労務." } ] } ], "bundled": true }