{ "opencollection": "1.0.0", "info": { "name": "Postman Users API", "version": "1.0.0" }, "items": [ { "info": { "name": "users", "type": "folder" }, "items": [ { "info": { "name": "Get authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.postman.com/me", "headers": [ { "name": "x-api-key", "value": "" } ] }, "docs": "Gets information about the authenticated user.\n\n**Note:**\n\n- This API returns a different response for users with the [Guest and Partner roles](https://learning.postman.com/docs/collaborating-in-postman/roles-and-permissions/#team-roles).\n- The `flow_count` response only returns for users on [Free plans](https://www.postman.com/pricing/).\n" }, { "info": { "name": "Get all team users", "type": "http" }, "http": { "method": "GET", "url": "https://api.postman.com/users", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "groupId", "value": "", "type": "query", "description": "Filter results by the given [group](https://learning.postman.com/docs/collaborating-in-postman/user-groups/) ID. To get group IDs, use the GET `/groups` endpoint." } ] }, "docs": "Gets information about all users on the [Postman team](https://learning.postman.com/docs/collaborating-in-postman/working-with-your-team/collaboration-overview/)." }, { "info": { "name": "Get a team user", "type": "http" }, "http": { "method": "GET", "url": "https://api.postman.com/users/:userId", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "userId", "value": "", "type": "path", "description": "The user's ID." } ] }, "docs": "Gets information about a user on the Postman team." } ] } ], "bundled": true }