{ "operationId": "org_domainAssociateConfirm", "method": "PUT", "path": "/org/{org_id}/domain", "summary": "Axway Confirm Domain IdP Association", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "name": "FORBIDDEN", "example": { "$ref": "#/components/examples/FORBIDDEN/value" } }, { "status": "400", "contentType": "application/json", "name": "ITEM_NOT_FOUND", "example": { "$ref": "#/components/examples/ITEM_NOT_FOUND/value" } }, { "status": "400", "contentType": "application/json", "name": "IDP_CONFIRM_ORIGIN", "example": { "success": false, "description": "You must sign in using your organization's Identity Provider to verify configuration and confirm domain ownership.", "code": 400 } }, { "status": "400", "contentType": "application/json", "name": "LOGIN_REQUIRED", "example": { "$ref": "#/components/examples/LOGIN_REQUIRED/value" } }, { "status": "400", "contentType": "application/json", "name": "PARAM_INVALID", "example": { "$ref": "#/components/examples/PARAM_INVALID/value" } }, { "status": "400", "contentType": "application/json", "name": "PARAM_REQUIRED", "example": { "$ref": "#/components/examples/PARAM_REQUIRED/value" } } ] }