{ "operationId": "user_findOrgs", "method": "GET", "path": "/user/organizations", "summary": "Axway Get Organizations", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "UserFindorgs200Example", "example": "example_value" }, { "status": "400", "contentType": "application/json", "name": "LOGIN_REQUIRED", "example": { "$ref": "#/components/examples/LOGIN_REQUIRED/value" } }, { "status": "400", "contentType": "application/json", "name": "FORBIDDEN", "example": { "$ref": "#/components/examples/FORBIDDEN/value" } }, { "status": "400", "contentType": "application/json", "name": "NOT_FOUND", "example": { "$ref": "#/components/examples/NOT_FOUND/value" } }, { "status": "400", "contentType": "application/json", "name": "INVALID_EMAIL_DOMAIN", "example": { "success": false, "description": "Sign-up is not allowed for this email domain.", "code": 400, "internalCode": 14 } }, { "status": "400", "contentType": "application/json", "name": "PARAM_INVALID", "example": { "$ref": "#/components/examples/PARAM_INVALID/value" } } ] }