{"$id":"https://events-schemas.twilio.com/Conversations.UserUpdated/1","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false,"description":"User updated event","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"},"DateUpdated":{"description":"Update 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"},"IsNotifiable":{"description":"Whether the User has a potentially valid Push Notification registration (APN or GCM) for this Conversations Service.","type":"boolean"},"IsOnline":{"description":"Whether the User is actively connected to this Conversations Service and online.","type":"boolean"},"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":"UserUpdatedEvent","type":"object"}