[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[],[],null,["# VoiceMisconfiguration\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [VoicemailMisconfiguration](#VoicemailMisconfiguration)\n - [JSON representation](#VoicemailMisconfiguration.SCHEMA_REPRESENTATION)\n- [VoicemailRecipientError](#VoicemailRecipientError)\n - [JSON representation](#VoicemailRecipientError.SCHEMA_REPRESENTATION)\n- [TransferMisconfiguration](#TransferMisconfiguration)\n - [JSON representation](#TransferMisconfiguration.SCHEMA_REPRESENTATION)\n- [TransferError](#TransferError)\n - [JSON representation](#TransferError.SCHEMA_REPRESENTATION)\n\nAn alert triggered when Google Voice configuration becomes invalid, generally due to an external entity being modified or deleted.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"entityName\": string, \"entityType\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/EntityType), \"voicemailMisconfiguration\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#VoicemailMisconfiguration) }, \"transferMisconfiguration\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferMisconfiguration) }, \"membersMisconfiguration\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferMisconfiguration) }, \"fixUri\": string } ``` |\n\n| Fields ||\n|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `entityName` | `string` Name of the entity whose configuration is now invalid. |\n| `entityType` | `enum (`[EntityType](/workspace/admin/alertcenter/reference/rest/v1beta1/EntityType)`)` Type of the entity whose configuration is now invalid. |\n| `voicemailMisconfiguration` | `object (`[VoicemailMisconfiguration](/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#VoicemailMisconfiguration)`)` Issue(s) with sending to voicemail. |\n| `transferMisconfiguration` | `object (`[TransferMisconfiguration](/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferMisconfiguration)`)` Issue(s) with transferring or forwarding to an external entity. |\n| `membersMisconfiguration` | `object (`[TransferMisconfiguration](/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferMisconfiguration)`)` Issue(s) with members of a ring group. |\n| `fixUri` | `string` Link that the admin can follow to fix the issue. |\n\nVoicemailMisconfiguration\n-------------------------\n\nIssue(s) with sending to voicemail.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"errors\": [ { object (/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#VoicemailRecipientError) } ] } ``` |\n\n| Fields ||\n|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `errors[]` | `object (`[VoicemailRecipientError](/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#VoicemailRecipientError)`)` Issue(s) with voicemail recipients. |\n\nVoicemailRecipientError\n-----------------------\n\nIssue(s) with a voicemail recipient.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"invalidReason\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/EmailInvalidReason), \"email\": string } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------|\n| `invalidReason` | `enum (`[EmailInvalidReason](/workspace/admin/alertcenter/reference/rest/v1beta1/EmailInvalidReason)`)` Reason for the error. |\n| `email` | `string` Email address of the invalid recipient. This may be unavailable if the recipient was deleted. |\n\nTransferMisconfiguration\n------------------------\n\nError related to transferring or forwarding a phone call.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"errors\": [ { object (/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferError) } ] } ``` |\n\n| Fields ||\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `errors[]` | `object (`[TransferError](/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferError)`)` Details for each invalid transfer or forward. |\n\nTransferError\n-------------\n\nDetails for an invalid transfer or forward.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"entityType\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/TransferEntityType), \"invalidReason\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/TransferInvalidReason), \"id\": string, \"name\": string, \"email\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `entityType` | `enum (`[TransferEntityType](/workspace/admin/alertcenter/reference/rest/v1beta1/TransferEntityType)`)` Type of entity being transferred to. For ring group members, this should always be USER. |\n| `invalidReason` | `enum (`[TransferInvalidReason](/workspace/admin/alertcenter/reference/rest/v1beta1/TransferInvalidReason)`)` Reason for the error. |\n| `id` | `string` Ring group or auto attendant ID. Not set for users. |\n| `name` | `string` User's full name, or the ring group / auto attendant name. This may be unavailable if the entity was deleted. |\n| `email` | `string` User's email address. This may be unavailable if the entity was deleted. |"]]