50702: Verify Agent participant must not have identity or address fields
ERROR
This error occurs when you create a Verify Agent participant and include participant identifier or messaging address fields that are used for chat, SMS, WhatsApp, or Group MMS participants. For this participant type, send only ChatbotConfiguration.* fields.
- Your request includes
identity. Useidentityonly for participants who communicate through the Conversations SDK. Verify Agent participants accept onlyChatbotConfiguration.*fields. - Your request includes
messagingBinding.addressormessagingBinding.proxyAddress. Use these fields only for non-chat participants such as SMS or WhatsApp participants. - Your request includes
messagingBinding.projectedAddress. Use this field only for the Group MMS participant pattern that pairsidentitywith a projected address.
- Remove
identity,messagingBinding.address,messagingBinding.proxyAddress, andmessagingBinding.projectedAddressfrom the request when you create a Verify Agent participant. - Include only
ChatbotConfiguration.*fields in the participant payload for a Verify Agent participant. - If you need a standard Conversation participant instead, use the correct fields for that participant type. Use
identityfor a chat participant. UsemessagingBinding.addresswithmessagingBinding.proxyAddressfor an SMS or WhatsApp participant. UsemessagingBinding.projectedAddressonly for the Group MMS participant pattern.