{ "summary": "getUserById", "operationId": "getUserByIdUsingGET", "method": "GET", "path": "/v2/users/{userId}", "tags": [ "users-resource" ], "description": "GET /v2/users/{userId}", "parameters": { "userId": "" }, "response": { "status": 200, "description": "OK" } }