{ "opencollection": "1.0.0", "info": { "name": "GitBook Change Request Content Users API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "GitBook Get the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.gitbook.com/v1/user" }, "docs": "Returns the currently authenticated user." }, { "info": { "name": "GitBook Get a user by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.gitbook.com/v1/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of the user." } ] }, "docs": "Returns a user by their unique identifier." } ] } ], "bundled": true }