ResourceUpdated

{
    event: 'ResourceUpdated',
    data: {
        userId: uuid,
        updated: [ {
          resourceId: uuid,
          updatedFields: {
            name: string,
            photo: string
          }
        } ]
    },
    teamId: uuid
}