{"$id":"https://events-schemas.twilio.com/Conversations.ParticipantUpdated/2","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Participant updated event","examples":[{"AccountSid":"ACe95cfd541a925a3337fec19a0200009","ConversationSid":"CHee95cfd541a925a3337fec19a0200009","DateCreated":"2025-01-01T00:00:00.000Z","DateUpdated":"2025-01-01T00:00:01.000Z","Identity":"FX0000000000000000000000000000001","MessagingBinding":{"Address":"whatsapp:+14567890123","Level":"cc","Name":"John Doe","ProjectedAddress":"[whatsapp:+12345678901]","ProxyAddress":"whatsapp:+11234567890","Type":"SMS"},"ParticipantSid":"ACe95cfd541a925a3337fec19a0200009","RoleSid":"RLe95cfd541a925a3337fec19a0200009"}],"properties":{"AccountSid":{"description":"Account SID of the conversation. For example: ACe95cfd541a925a3337fec19a0200009.","type":"string"},"Attributes":{"additionalProperties":{"type":"string"},"description":"Conversation metadata as set by the customer.","type":"object"},"ConversationSid":{"description":"SID of the conversation. For example: CHee95cfd541a925a3337fec19a0200009.","type":"string"},"DateCreated":{"description":"Creation date of the participant in ISO 8601 format.","type":"string"},"DateUpdated":{"description":"Update date of the participant in ISO 8601 format.","type":"string"},"Identity":{"description":"Identity of the user being updated in the conversation.","type":"string"},"MessagingBinding":{"additionalProperties":false,"description":"Object containing Messaging binding values.","properties":{"Address":{"description":"Originating phone number of the channel creator.","type":"string"},"Level":{"description":"Address level of the Messaging binding for the participant.","type":"string"},"Name":{"description":"Address name of the Messaging binding for the participant.","type":"string"},"ProjectedAddress":{"description":"The address of the Twilio phone number that is used in Group MMS. Communication mask for the Conversation participant with Identity.","type":"string"},"ProxyAddress":{"description":"Twilio Brand phone number used by channel creator.","type":"string"},"Type":{"description":"Type of the participant, one of: SMS, CHAT, WHATSAPP.","type":"string"}},"type":"object"},"ParticipantSid":{"description":"Account SID of the participant. For example: ACe95cfd541a925a3337fec19a0200009.","type":"string"},"RoleSid":{"description":"Role SID of the user being updated in the conversation. For example: RLe95cfd541a925a3337fec19a0200009.","type":"string"}},"title":"ParticipantUpdatedEvent","type":"object"}