{ "opencollection": "1.0.0", "info": { "name": "Atlassian Jira Cloud Platform REST API v3 Fields Users API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get user", "type": "http" }, "http": { "method": "GET", "url": "https://{your-domain}.atlassian.net/rest/api/3/user", "params": [ { "name": "accountId", "value": "", "type": "query" } ] }, "docs": "Get user" } ] } ], "bundled": true }