{"$id":"https://events-schemas.twilio.com/Conversations.ParticipantAdded/2","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"Participant added event","examples":[{"AccountSid":"ACe95cfd541a925a3337fec19a0200009","ConversationSid":"CHee95cfd541a925a3337fec19a0200009","DateCreated":"2025-01-01T00:00:00.000Z","Identity":"FX0000000000000000000000000000001","MessagingBinding":{"Address":"whatsapp:+14567890123","Level":"cc","Name":"John Doe","ProjectedAddress":"[whatsapp:+12345678901]","ProxyAddress":"whatsapp:+11234567890","Type":"SMS"},"ParticipantSid":"MB0119bde8f8b74237a4606d1447c9ebcf","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 this participant is in. For example: CHee95cfd541a925a3337fec19a0200009.","type":"string"},"DateCreated":{"description":"Creation date of the participant in ISO 8601 format.","type":"string"},"Identity":{"description":"Identity of the user being added to 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":"SID of the participant. For example: MB0119bde8f8b74237a4606d1447c9ebcf.","type":"string"},"RoleSid":{"description":"Role SID of the user being added to the conversation. For example: RLe95cfd541a925a3337fec19a0200009.","type":"string"}},"title":"ParticipantAddedEvent","type":"object"}