{"$id":"https://events-schemas.twilio.com/Conversations.UserAdded/2","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"User added event","examples":[{"AccountSid":"ACe95cfd541a925a3337fec19a0200009","DateCreated":"2025-01-01T00:00:00.000Z","FriendlyName":"My name","Identity":"FX0000000000000000000000000000001","RoleSid":"RLe95cfd541a925a3337fec19a0200009","UserSid":"USe95cfd541a925a3337fec19a0200009"}],"properties":{"AccountSid":{"description":"Account SID of the event owner. For example: ACe95cfd541a925a3337fec19a0200009.","type":"string"},"Attributes":{"additionalProperties":{"type":"string"},"description":"User metadata as set by the customer.","type":"object"},"DateCreated":{"description":"Creation date of the User.","type":"string"},"FriendlyName":{"description":"The string that the user assigned to describe the resource.","type":"string"},"Identity":{"description":"Identity of the user.","type":"string"},"RoleSid":{"description":"SID of the user's role added to the conversation. For example: RLe95cfd541a925a3337fec19a0200009.","type":"string"},"UserSid":{"description":"SID of the user. For example: USe95cfd541a925a3337fec19a0200009.","type":"string"}},"title":"UserAddedEvent","type":"object"}